Html Css Color HEX #A999DB Biloba Flower

📋 copy color: '#A999DB'

red 169 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #A999DB

Tints of Biloba Flower #A999DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.28%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 31.24%
G = 28.28%
B = 40.48%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A999DB (or 0xA999DB) is known color: Biloba Flower. HEX triplet: A9, 99 and DB. RGB value is (169,153,219). Sum of RGB (Red+Green+Blue) = 169+153+219=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A999DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999DB is #566624. Grayscale: #A5A5A5. Windows color (decimal): -5662245 or 14391721. OLE color: 14391721.

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

Color convert

RGB 169 153 219 -
CMYK 0.23 0.30 0 0.14
HSL 254.55º 0.48% 0.73% -
HSV(B) 254.55º 0.3% 0.86% -
XYZ 40.54 36.33 71.89 -
YUV 165.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 169 153 219 0.23 0.30 0 0.14 254.55 0.48 0.73
Hex A9 99 DB 17 1E 0 E FF 30 49
Octal 251 231 333 27 36 0 16 377 60 111
Binary 10101001 10011001 11011011 10111 11110 0 1110 11111111 110000 1001001

Color Harmonies of #A999DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999DB

Black with #A999DB

Text Example


Text Example

White with #A999DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999DB; }

 p { color: rgb(169,153,219); }

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

background-color css

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

 a { background-color: rgb(169,153,219); }

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

border-color css

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

 span { border-color: rgb(169,153,219); }

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