#A88DCE

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

Shades of Biloba Flower #A88DCE

Tints of Biloba Flower #A88DCE

Color information

#A88DCE (or 0xA88DCE) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and CE. RGB value is (168,141,206). Sum of RGB (Red+Green+Blue) = 168+141+206=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A88DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCE is #577231. Grayscale: #9C9C9C. Windows color (decimal): -5730866 or 13536680. OLE color: 13536680.

HSL color Cylindrical-coordinate representation of color #A88DCE: hue angle of 264.92º 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 #A88DCE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168141206-
CMYK0.180.3200.19
HSL264.92º39.88%68.04%-
HSV(B)264.92º31.55%80.78%-
XYZ36.8131.8362.6-
YUV156.48155.95136.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 206 (80.86% from 255) = 40%
R=32.62%
G=27.38%
B=40%

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
Decimal1681412060.180.3200.19264.9239.8868.04
HexA88DCE12200131092844
Octal250215316224002341150104
Binary101010001000110111001110100101000000100111000010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DCE; }

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

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

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

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

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

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

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

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