Html Css Color HEX #A99CDC Biloba Flower

📋 copy color: '#A99CDC'

red 169 ◦ green 156 ◦ blue 220

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

Shades of Biloba Flower #A99CDC

Tints of Biloba Flower #A99CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.62%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 31.01%
G = 28.62%
B = 40.37%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A99CDC (or 0xA99CDC) is known color: Biloba Flower. HEX triplet: A9, 9C and DC. RGB value is (169,156,220). Sum of RGB (Red+Green+Blue) = 169+156+220=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #A99CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CDC is #566323. Grayscale: #A6A6A6. Windows color (decimal): -5661476 or 14458025. OLE color: 14458025.

HSL color Cylindrical-coordinate representation of color #A99CDC: hue angle of 252.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99CDC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 156 220 -
CMYK 0.23 0.29 0 0.14
HSL 252.19º 0.48% 0.74% -
HSV(B) 252.19º 0.29% 0.86% -
XYZ 41.17 37.38 72.76 -
YUV 167.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 169 156 220 0.23 0.29 0 0.14 252.19 0.48 0.74
Hex A9 9C DC 17 1D 0 E FC 30 4A
Octal 251 234 334 27 35 0 16 374 60 112
Binary 10101001 10011100 11011100 10111 11101 0 1110 11111100 110000 1001010

Color Harmonies of #A99CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CDC

Black with #A99CDC

Text Example


Text Example

White with #A99CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CDC; }

 p { color: rgb(169,156,220); }

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

background-color css

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

 a { background-color: rgb(169,156,220); }

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

border-color css

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

 span { border-color: rgb(169,156,220); }

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