#A88EDE

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

Shades of Biloba Flower #A88EDE

Tints of Biloba Flower #A88EDE

Color information

#A88EDE (or 0xA88EDE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8E and DE. RGB value is (168,142,222). Sum of RGB (Red+Green+Blue) = 168+142+222=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #A88EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EDE is #577121. Grayscale: #9E9E9E. Windows color (decimal): -5730594 or 14585512. OLE color: 14585512.

HSL color Cylindrical-coordinate representation of color #A88EDE: hue angle of 259.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88EDE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168142222-
CMYK0.240.3600.13
HSL259.5º54.79%71.37%-
HSV(B)259.5º36.04%87.06%-
XYZ39.0132.9473.41-
YUV158.89163.61134.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=31.58%
G=26.69%
B=41.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681422220.240.3600.13259.554.7971.37
HexA88EDE18240D1043747
Octal250216336304401540467107
Binary10101000100011101101111011000100100011011000001001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EDE; }

 p { color: rgb(168,142,222); }

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

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

 a { background-color: rgb(168,142,222); }

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

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

 span { border-color: rgb(168,142,222); }

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