#A88ECD

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

Shades of Biloba Flower #A88ECD

Tints of Biloba Flower #A88ECD

Color information

#A88ECD (or 0xA88ECD) is unknown color: approx Biloba Flower. HEX triplet: A8, 8E and CD. RGB value is (168,142,205). Sum of RGB (Red+Green+Blue) = 168+142+205=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A88ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ECD is #577132. Grayscale: #9C9C9C. Windows color (decimal): -5730611 or 13471400. OLE color: 13471400.

HSL color Cylindrical-coordinate representation of color #A88ECD: hue angle of 264.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88ECD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168142205-
CMYK0.180.3100.20
HSL264.76º38.65%68.04%-
HSV(B)264.76º30.73%80.39%-
XYZ36.8432.0862.01-
YUV156.96155.11135.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=32.62%
G=27.57%
B=39.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681422050.180.3100.20264.7638.6568.04
HexA88ECD121F0141092744
Octal250216315223702441147104
Binary10101000100011101100110110010111110101001000010011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88ECD; }

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

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

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

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

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

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

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

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