#A88CCE

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

Shades of Biloba Flower #A88CCE

Tints of Biloba Flower #A88CCE

Color information

#A88CCE (or 0xA88CCE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8C and CE. RGB value is (168,140,206). Sum of RGB (Red+Green+Blue) = 168+140+206=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CCE is #577331. Grayscale: #9B9B9B. Windows color (decimal): -5731122 or 13536424. OLE color: 13536424.

HSL color Cylindrical-coordinate representation of color #A88CCE: hue angle of 265.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88CCE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168140206-
CMYK0.180.3200.19
HSL265.45º40.24%67.84%-
HSV(B)265.45º32.04%80.78%-
XYZ36.6731.5462.55-
YUV155.9156.28136.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=32.68%
G=27.24%
B=40.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681402060.180.3200.19265.4540.2467.84
HexA88CCE12200131092844
Octal250214316224002341150104
Binary101010001000110011001110100101000000100111000010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CCE; }

 p { color: rgb(168,140,206); }

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

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

 a { background-color: rgb(168,140,206); }

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

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

 span { border-color: rgb(168,140,206); }

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