Html Css Color HEX #A99ADB Biloba Flower

📋 copy color: '#A99ADB'

red 169 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #A99ADB

Tints of Biloba Flower #A99ADB

RGB

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

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

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

R = 31.18%
G = 28.41%
B = 40.41%

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

#A99ADB (or 0xA99ADB) is known color: Biloba Flower. HEX triplet: A9, 9A and DB. RGB value is (169,154,219). Sum of RGB (Red+Green+Blue) = 169+154+219=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #A99ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ADB is #566524. Grayscale: #A5A5A5. Windows color (decimal): -5661989 or 14391977. OLE color: 14391977.

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

Color convert

RGB 169 154 219 -
CMYK 0.23 0.30 0 0.14
HSL 253.85º 0.47% 0.73% -
HSV(B) 253.85º 0.3% 0.86% -
XYZ 40.7 36.66 71.95 -
YUV 165.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 169 154 219 0.23 0.30 0 0.14 253.85 0.47 0.73
Hex A9 9A DB 17 1E 0 E FE 2F 49
Octal 251 232 333 27 36 0 16 376 57 111
Binary 10101001 10011010 11011011 10111 11110 0 1110 11111110 101111 1001001

Color Harmonies of #A99ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99ADB

Black with #A99ADB

Text Example


Text Example

White with #A99ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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