#A888EE

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

Shades of Biloba Flower #A888EE

Tints of Biloba Flower #A888EE

Color information

#A888EE (or 0xA888EE) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and EE. RGB value is (168,136,238). Sum of RGB (Red+Green+Blue) = 168+136+238=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #A888EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888EE is #577711. Grayscale: #9C9C9C. Windows color (decimal): -5732114 or 15632552. OLE color: 15632552.

HSL color Cylindrical-coordinate representation of color #A888EE: hue angle of 258.82º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A888EE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168136238-
CMYK0.290.4300.07
HSL258.82º75%73.33%-
HSV(B)258.82º42.86%93.33%-
XYZ40.3932.1184.96-
YUV157.2173.6135.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 136 (53.52% from 255) = 25.09%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=31.00%
G=25.09%
B=43.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681362380.290.4300.07258.827573.33
HexA888EE1D2B071034b49
Octal250210356355307403113111
Binary10101000100010001110111011101101011011110000001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888EE; }

 p { color: rgb(168,136,238); }

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

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

 a { background-color: rgb(168,136,238); }

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

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

 span { border-color: rgb(168,136,238); }

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