Html Css Color HEX #A991DB Biloba Flower

📋 copy color: '#A991DB'

red 169 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #A991DB

Tints of Biloba Flower #A991DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.2%

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

R = 31.71%
G = 27.2%
B = 41.09%

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

#A991DB (or 0xA991DB) is known color: Biloba Flower. HEX triplet: A9, 91 and DB. RGB value is (169,145,219). Sum of RGB (Red+Green+Blue) = 169+145+219=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A991DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991DB is #566E24. Grayscale: #A0A0A0. Windows color (decimal): -5664293 or 14389673. OLE color: 14389673.

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

Color convert

RGB 169 145 219 -
CMYK 0.23 0.34 0 0.14
HSL 259.46º 0.51% 0.71% -
HSV(B) 259.46º 0.34% 0.86% -
XYZ 39.27 33.8 71.47 -
YUV 160.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 169 145 219 0.23 0.34 0 0.14 259.46 0.51 0.71
Hex A9 91 DB 17 22 0 E 103 33 47
Octal 251 221 333 27 42 0 16 403 63 107
Binary 10101001 10010001 11011011 10111 100010 0 1110 100000011 110011 1000111

Color Harmonies of #A991DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991DB

Black with #A991DB

Text Example


Text Example

White with #A991DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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