#A888EA

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

Shades of Biloba Flower #A888EA

Tints of Biloba Flower #A888EA

Color information

#A888EA (or 0xA888EA) is unknown color: approx Biloba Flower. HEX triplet: A8, 88 and EA. RGB value is (168,136,234). Sum of RGB (Red+Green+Blue) = 168+136+234=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #A888EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888EA is #577715. Grayscale: #9C9C9C. Windows color (decimal): -5732118 or 15370408. OLE color: 15370408.

HSL color Cylindrical-coordinate representation of color #A888EA: hue angle of 259.59º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A888EA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168136234-
CMYK0.280.4200.08
HSL259.59º70%72.55%-
HSV(B)259.59º41.88%91.76%-
XYZ39.831.8781.9-
YUV156.74171.6136.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 136 (53.52% from 255) = 25.28%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=31.23%
G=25.28%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681362340.280.4200.08259.597072.55
HexA888EA1C2A081044649
Octal2502103523452010404106111
Binary101010001000100011101010111001010100100010000010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888EA; }

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

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

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

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

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

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

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

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