#A291DB

Color #A291DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A291DB

Tints of Biloba Flower #A291DB

Color information

#A291DB (or 0xA291DB) is unknown color: approx Biloba Flower. HEX triplet: A2, 91 and DB. RGB value is (162,145,219). Sum of RGB (Red+Green+Blue) = 162+145+219=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A291DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291DB is #5D6E24. Grayscale: #9E9E9E. Windows color (decimal): -6123045 or 14389666. OLE color: 14389666.

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

Color convert

RGB162145219-
CMYK0.260.3400.14
HSL253.78º50.68%71.37%-
HSV(B)253.78º33.79%85.88%-
XYZ37.8133.0571.4-
YUV158.52162.13130.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=30.80%
G=27.57%
B=41.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621452190.260.3400.14253.7850.6871.37
HexA291DB1A220Efe3347
Octal242221333324201637663107
Binary1010001010010001110110111101010001001110111111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291DB; }

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

 H1.HeaderClassName
 {
   color: #A291DB;
 }
 .AnyTagClassName
 {
   color: #A291DB;
 }
</style>
background-color css

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

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

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

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

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

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