#A088E0

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

Shades of Biloba Flower #A088E0

Tints of Biloba Flower #A088E0

Color information

#A088E0 (or 0xA088E0) is unknown color: approx Biloba Flower. HEX triplet: A0, 88 and E0. RGB value is (160,136,224). Sum of RGB (Red+Green+Blue) = 160+136+224=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #A088E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088E0 is #5F771F. Grayscale: #989898. Windows color (decimal): -6256416 or 14715040. OLE color: 14715040.

HSL color Cylindrical-coordinate representation of color #A088E0: hue angle of 256.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A088E0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160136224-
CMYK0.290.3900.12
HSL256.36º58.67%70.59%-
HSV(B)256.36º39.29%87.84%-
XYZ36.7630.4674.46-
YUV153.21167.95132.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=30.77%
G=26.15%
B=43.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601362240.290.3900.12256.3658.6770.59
HexA088E01D270C1003b47
Octal240210340354701440073107
Binary10100000100010001110000011101100111011001000000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088E0; }

 p { color: rgb(160,136,224); }

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

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

 a { background-color: rgb(160,136,224); }

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

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

 span { border-color: rgb(160,136,224); }

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