Html Css Color HEX #A999DC Biloba Flower

📋 copy color: '#A999DC'

red 169 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #A999DC

Tints of Biloba Flower #A999DC

RGB

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

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

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

R = 31.18%
G = 28.23%
B = 40.59%

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

#A999DC (or 0xA999DC) is known color: Biloba Flower. HEX triplet: A9, 99 and DC. RGB value is (169,153,220). Sum of RGB (Red+Green+Blue) = 169+153+220=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A999DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999DC is #566623. Grayscale: #A5A5A5. Windows color (decimal): -5662244 or 14457257. OLE color: 14457257.

HSL color Cylindrical-coordinate representation of color #A999DC: hue angle of 254.33º degrees, saturation: 0.49, 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 #A999DC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 153 220 -
CMYK 0.23 0.30 0 0.14
HSL 254.33º 0.49% 0.73% -
HSV(B) 254.33º 0.3% 0.86% -
XYZ 40.67 36.38 72.59 -
YUV 165.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 169 153 220 0.23 0.30 0 0.14 254.33 0.49 0.73
Hex A9 99 DC 17 1E 0 E FE 31 49
Octal 251 231 334 27 36 0 16 376 61 111
Binary 10101001 10011001 11011100 10111 11110 0 1110 11111110 110001 1001001

Color Harmonies of #A999DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999DC

Black with #A999DC

Text Example


Text Example

White with #A999DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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