Html Css Color HEX #AA8FDF Biloba Flower

📋 copy color: '#AA8FDF'

red 170 ◦ green 143 ◦ blue 223

#AA8FDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA8FDF

Tints of Biloba Flower #AA8FDF

RGB

 RED value IS 170 (66.8% from 255) = 31.72%

 GREEN value IS 143 (56.25% from 255) = 26.68%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 31.72%
G = 26.68%
B = 41.6%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA8FDF (or 0xAA8FDF) is known color: Biloba Flower. HEX triplet: AA, 8F and DF. RGB value is (170,143,223). Sum of RGB (Red+Green+Blue) = 170+143+223=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FDF is #557020. Grayscale: #9F9F9F. Windows color (decimal): -5599265 or 14651306. OLE color: 14651306.

HSL color Cylindrical-coordinate representation of color #AA8FDF: hue angle of 260.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA8FDF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 143 223 -
CMYK 0.24 0.36 0 0.13
HSL 260.25º 0.56% 0.72% -
HSV(B) 260.25º 0.36% 0.87% -
XYZ 39.72 33.52 74.19 -
YUV 160.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 170 143 223 0.24 0.36 0 0.13 260.25 0.56 0.72
Hex AA 8F DF 18 24 0 D 104 38 48
Octal 252 217 337 30 44 0 15 404 70 110
Binary 10101010 10001111 11011111 11000 100100 0 1101 100000100 111000 1001000

Color Harmonies of #AA8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FDF

Black with #AA8FDF

Text Example


Text Example

White with #AA8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FDF; }

 p { color: rgb(170,143,223); }

 H1.HeaderClassName
 {
   color: #AA8FDF;
 }
 .AnyTagClassName
 {
   color: #AA8FDF;
 }
</style>

background-color css

<style>
 a { background-color: #AA8FDF; }

 a { background-color: rgb(170,143,223); }

 div.DivClassName
 {
   background-color: #AA8FDF;
 }
 .BgClassName
 {
   background-color: #AA8FDF;
 }
</style>

border-color css

<style>
 span { border-color: #AA8FDF; }

 span { border-color: rgb(170,143,223); }

 td.TdClassName
 {
   border-color: #AA8FDF;
 }
 .TagClassName
 {
   border-color: #AA8FDF;
 }
</style>