Html Css Color HEX #A491DB Biloba Flower

📋 copy color: '#A491DB'

red 164 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #A491DB

Tints of Biloba Flower #A491DB

RGB

 RED value IS 164 (64.45% from 255) = 31.06%

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

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

R = 31.06%
G = 27.46%
B = 41.48%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A491DB (or 0xA491DB) is known color: Biloba Flower. HEX triplet: A4, 91 and DB. RGB value is (164,145,219). Sum of RGB (Red+Green+Blue) = 164+145+219=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A491DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DB is #5B6E24. Grayscale: #9E9E9E. Windows color (decimal): -5991973 or 14389668. OLE color: 14389668.

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

Color convert

RGB 164 145 219 -
CMYK 0.25 0.34 0 0.14
HSL 255.41º 0.51% 0.71% -
HSV(B) 255.41º 0.34% 0.86% -
XYZ 38.22 33.26 71.42 -
YUV 159.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 164 145 219 0.25 0.34 0 0.14 255.41 0.51 0.71
Hex A4 91 DB 19 22 0 E FF 33 47
Octal 244 221 333 31 42 0 16 377 63 107
Binary 10100100 10010001 11011011 11001 100010 0 1110 11111111 110011 1000111

Color Harmonies of #A491DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491DB

Black with #A491DB

Text Example


Text Example

White with #A491DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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