Html Css Color HEX #A990DB Biloba Flower

📋 copy color: '#A990DB'

red 169 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A990DB

Tints of Biloba Flower #A990DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.07%

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

R = 31.77%
G = 27.07%
B = 41.17%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A990DB (or 0xA990DB) is known color: Biloba Flower. HEX triplet: A9, 90 and DB. RGB value is (169,144,219). Sum of RGB (Red+Green+Blue) = 169+144+219=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A990DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990DB is #566F24. Grayscale: #9F9F9F. Windows color (decimal): -5664549 or 14389417. OLE color: 14389417.

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

Color convert

RGB 169 144 219 -
CMYK 0.23 0.34 0 0.14
HSL 260º 0.51% 0.71% -
HSV(B) 260º 0.34% 0.86% -
XYZ 39.12 33.5 71.42 -
YUV 160.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 169 144 219 0.23 0.34 0 0.14 260 0.51 0.71
Hex A9 90 DB 17 22 0 E 104 33 47
Octal 251 220 333 27 42 0 16 404 63 107
Binary 10101001 10010000 11011011 10111 100010 0 1110 100000100 110011 1000111

Color Harmonies of #A990DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A990DB

Black with #A990DB

Text Example


Text Example

White with #A990DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A990DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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