Html Css Color HEX #A99ECD Biloba Flower

📋 copy color: '#A99ECD'

red 169 ◦ green 158 ◦ blue 205

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

Shades of Biloba Flower #A99ECD

Tints of Biloba Flower #A99ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 31.77%
G = 29.7%
B = 38.53%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A99ECD (or 0xA99ECD) is known color: Biloba Flower. HEX triplet: A9, 9E and CD. RGB value is (169,158,205). Sum of RGB (Red+Green+Blue) = 169+158+205=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ECD is #566132. Grayscale: #A6A6A6. Windows color (decimal): -5660979 or 13475497. OLE color: 13475497.

HSL color Cylindrical-coordinate representation of color #A99ECD: hue angle of 254.04º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99ECD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 158 205 -
CMYK 0.18 0.23 0 0.20
HSL 254.04º 0.32% 0.71% -
HSV(B) 254.04º 0.23% 0.8% -
XYZ 39.61 37.3 62.87 -
YUV 166.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 169 158 205 0.18 0.23 0 0.20 254.04 0.32 0.71
Hex A9 9E CD 12 17 0 14 FE 20 47
Octal 251 236 315 22 27 0 24 376 40 107
Binary 10101001 10011110 11001101 10010 10111 0 10100 11111110 100000 1000111

Color Harmonies of #A99ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99ECD

Black with #A99ECD

Text Example


Text Example

White with #A99ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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