#a288e7

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

Shades of Biloba Flower #A288E7

Tints of Biloba Flower #A288E7

Color information

#A288E7 (or 0xA288E7) is unknown color: approx Biloba Flower. HEX triplet: A2, 88 and E7. RGB value is (162,136,231). Sum of RGB (Red+Green+Blue) = 162+136+231=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #A288E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A288E7 is #5D7718. Grayscale: #9A9A9A. Windows color (decimal): -6125337 or 15173794. OLE color: 15173794.

HSL color Cylindrical-coordinate representation of color #A288E7: hue angle of 256.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A288E7 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162136231-
CMYK0.300.4100.09
HSL256.42º66.43%71.96%-
HSV(B)256.42º41.13%90.59%-
XYZ38.1331.0679.59-
YUV154.6171.11133.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 136 (53.52% from 255) = 25.71%
BLUE value IS 231 (90.62% from 255) = 43.67%
R=30.62%
G=25.71%
B=43.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621362310.300.4100.09256.4266.4371.96
HexA288E71E29091004248
Octal2422103473651011400102110
Binary101000101000100011100111111101010010100110000000010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a288e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a288e7; }

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

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

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

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

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

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

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

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