#A288D5

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

Shades of Biloba Flower #A288D5

Tints of Biloba Flower #A288D5

Color information

#A288D5 (or 0xA288D5) is unknown color: approx Biloba Flower. HEX triplet: A2, 88 and D5. RGB value is (162,136,213). Sum of RGB (Red+Green+Blue) = 162+136+213=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #A288D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288D5 is #5D772A. Grayscale: #989898. Windows color (decimal): -6125355 or 13994146. OLE color: 13994146.

HSL color Cylindrical-coordinate representation of color #A288D5: hue angle of 260.26º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A288D5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162136213-
CMYK0.240.3600.16
HSL260.26º47.83%68.43%-
HSV(B)260.26º36.15%83.53%-
XYZ35.7130.0966.88-
YUV152.55162.11134.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=31.70%
G=26.61%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621362130.240.3600.16260.2647.8368.43
HexA288D518240101043044
Octal242210325304402040460104
Binary101000101000100011010101110001001000100001000001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288D5; }

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

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

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

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

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

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

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

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