#A288DB

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

Shades of Biloba Flower #A288DB

Tints of Biloba Flower #A288DB

Color information

#A288DB (or 0xA288DB) is unknown color: approx Biloba Flower. HEX triplet: A2, 88 and DB. RGB value is (162,136,219). Sum of RGB (Red+Green+Blue) = 162+136+219=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A288DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288DB is #5D7724. Grayscale: #989898. Windows color (decimal): -6125349 or 14387362. OLE color: 14387362.

HSL color Cylindrical-coordinate representation of color #A288DB: hue angle of 258.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A288DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162136219-
CMYK0.260.3800.14
HSL258.8º53.55%69.61%-
HSV(B)258.8º37.9%85.88%-
XYZ36.4930.470.96-
YUV153.24165.11134.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=31.33%
G=26.31%
B=42.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621362190.260.3800.14258.853.5569.61
HexA288DB1A260E1033646
Octal242210333324601640366106
Binary10100010100010001101101111010100110011101000000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288DB; }

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

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

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

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

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

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

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

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