#A88DCA

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

Shades of Biloba Flower #A88DCA

Tints of Biloba Flower #A88DCA

Color information

#A88DCA (or 0xA88DCA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and CA. RGB value is (168,141,202). Sum of RGB (Red+Green+Blue) = 168+141+202=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #A88DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCA is #577235. Grayscale: #9B9B9B. Windows color (decimal): -5730870 or 13274536. OLE color: 13274536.

HSL color Cylindrical-coordinate representation of color #A88DCA: hue angle of 266.56º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88DCA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168141202-
CMYK0.170.3000.21
HSL266.56º36.53%67.25%-
HSV(B)266.56º30.2%79.22%-
XYZ36.3331.6460.07-
YUV156.03153.95136.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=32.88%
G=27.59%
B=39.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681412020.170.3000.21266.5636.5367.25
HexA88DCA111E01510b2543
Octal250215312213602541345103
Binary10101000100011011100101010001111100101011000010111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DCA; }

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

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

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

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

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

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

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

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