#A88FCE

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

Shades of Biloba Flower #A88FCE

Tints of Biloba Flower #A88FCE

Color information

#A88FCE (or 0xA88FCE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and CE. RGB value is (168,143,206). Sum of RGB (Red+Green+Blue) = 168+143+206=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCE is #577031. Grayscale: #9D9D9D. Windows color (decimal): -5730354 or 13537192. OLE color: 13537192.

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

Color convert

RGB168143206-
CMYK0.180.3100.19
HSL263.81º39.13%68.43%-
HSV(B)263.81º30.58%80.78%-
XYZ37.1132.4362.7-
YUV157.66155.28135.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=32.50%
G=27.66%
B=39.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681432060.180.3100.19263.8139.1368.43
HexA88FCE121F0131082744
Octal250217316223702341047104
Binary10101000100011111100111010010111110100111000010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FCE; }

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

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

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

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

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

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

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

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