#A88BCE

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

Shades of Biloba Flower #A88BCE

Tints of Biloba Flower #A88BCE

Color information

#A88BCE (or 0xA88BCE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8B and CE. RGB value is (168,139,206). Sum of RGB (Red+Green+Blue) = 168+139+206=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BCE is #577431. Grayscale: #9B9B9B. Windows color (decimal): -5731378 or 13536168. OLE color: 13536168.

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

Color convert

RGB168139206-
CMYK0.180.3300.19
HSL265.97º40.61%67.65%-
HSV(B)265.97º32.52%80.78%-
XYZ36.5231.2562.5-
YUV155.31156.61137.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=32.75%
G=27.10%
B=40.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681392060.180.3300.19265.9740.6167.65
HexA88BCE122101310a2944
Octal250213316224102341251104
Binary101010001000101111001110100101000010100111000010101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88BCE; }

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

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

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

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

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

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

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

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