#A291D8

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

Shades of Biloba Flower #A291D8

Tints of Biloba Flower #A291D8

Color information

#A291D8 (or 0xA291D8) is unknown color: approx Biloba Flower. HEX triplet: A2, 91 and D8. RGB value is (162,145,216). Sum of RGB (Red+Green+Blue) = 162+145+216=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #A291D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291D8 is #5D6E27. Grayscale: #9D9D9D. Windows color (decimal): -6123048 or 14193058. OLE color: 14193058.

HSL color Cylindrical-coordinate representation of color #A291D8: hue angle of 254.37º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A291D8 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162145216-
CMYK0.250.3300.15
HSL254.37º47.65%70.78%-
HSV(B)254.37º32.87%84.71%-
XYZ37.4232.8969.34-
YUV158.18160.63130.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=30.98%
G=27.72%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621452160.250.3300.15254.3747.6570.78
HexA291D819210Ffe3047
Octal242221330314101737660107
Binary1010001010010001110110001100110000101111111111101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291D8; }

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

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

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

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

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

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

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

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