Html Css Color HEX #A99EC9 Biloba Flower

📋 copy color: '#A99EC9'

red 169 ◦ green 158 ◦ blue 201

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

Shades of Biloba Flower #A99EC9

Tints of Biloba Flower #A99EC9

RGB

 RED value IS 169 (66.41% from 255) = 32.01%

 GREEN value IS 158 (62.11% from 255) = 29.92%

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 32.01%
G = 29.92%
B = 38.07%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A99EC9 (or 0xA99EC9) is known color: Biloba Flower. HEX triplet: A9, 9E and C9. RGB value is (169,158,201). Sum of RGB (Red+Green+Blue) = 169+158+201=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #A99EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC9 is #566136. Grayscale: #A6A6A6. Windows color (decimal): -5660983 or 13213353. OLE color: 13213353.

HSL color Cylindrical-coordinate representation of color #A99EC9: hue angle of 255.35º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99EC9 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 158 201 -
CMYK 0.16 0.21 0 0.21
HSL 255.35º 0.28% 0.7% -
HSV(B) 255.35º 0.21% 0.79% -
XYZ 39.13 37.11 60.36 -
YUV 166.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 169 158 201 0.16 0.21 0 0.21 255.35 0.28 0.7
Hex A9 9E C9 10 15 0 15 FF 1C 46
Octal 251 236 311 20 25 0 25 377 34 106
Binary 10101001 10011110 11001001 10000 10101 0 10101 11111111 11100 1000110

Color Harmonies of #A99EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EC9

Black with #A99EC9

Text Example


Text Example

White with #A99EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EC9; }

 p { color: rgb(169,158,201); }

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

background-color css

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

 a { background-color: rgb(169,158,201); }

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

border-color css

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

 span { border-color: rgb(169,158,201); }

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