Html Css Color HEX #A99ACD Biloba Flower

📋 copy color: '#A99ACD'

red 169 ◦ green 154 ◦ blue 205

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

Shades of Biloba Flower #A99ACD

Tints of Biloba Flower #A99ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

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

R = 32.01%
G = 29.17%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A99ACD (or 0xA99ACD) is known color: Biloba Flower. HEX triplet: A9, 9A and CD. RGB value is (169,154,205). Sum of RGB (Red+Green+Blue) = 169+154+205=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ACD is #566532. Grayscale: #A4A4A4. Windows color (decimal): -5662003 or 13474473. OLE color: 13474473.

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

Color convert

RGB 169 154 205 -
CMYK 0.18 0.25 0 0.20
HSL 257.65º 0.34% 0.7% -
HSV(B) 257.65º 0.25% 0.8% -
XYZ 38.94 35.95 62.65 -
YUV 164.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 169 154 205 0.18 0.25 0 0.20 257.65 0.34 0.7
Hex A9 9A CD 12 19 0 14 102 22 46
Octal 251 232 315 22 31 0 24 402 42 106
Binary 10101001 10011010 11001101 10010 11001 0 10100 100000010 100010 1000110

Color Harmonies of #A99ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99ACD

Black with #A99ACD

Text Example


Text Example

White with #A99ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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