#A88BEC

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

Shades of Biloba Flower #A88BEC

Tints of Biloba Flower #A88BEC

Color information

#A88BEC (or 0xA88BEC) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and EC. RGB value is (168,139,236). Sum of RGB (Red+Green+Blue) = 168+139+236=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A88BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BEC is #577413. Grayscale: #9E9E9E. Windows color (decimal): -5731348 or 15502248. OLE color: 15502248.

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

Color convert

RGB168139236-
CMYK0.290.4100.07
HSL257.94º71.85%73.53%-
HSV(B)257.94º41.1%92.55%-
XYZ40.5232.8583.56-
YUV158.73171.61134.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=30.94%
G=25.60%
B=43.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681392360.290.4100.07257.9471.8573.53
HexA88BEC1D2907102484a
Octal250213354355107402110112
Binary10101000100010111110110011101101001011110000001010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BEC; }

 p { color: rgb(168,139,236); }

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

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

 a { background-color: rgb(168,139,236); }

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

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

 span { border-color: rgb(168,139,236); }

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