#A88DCB

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

Shades of Biloba Flower #A88DCB

Tints of Biloba Flower #A88DCB

Color information

#A88DCB (or 0xA88DCB) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and CB. RGB value is (168,141,203). Sum of RGB (Red+Green+Blue) = 168+141+203=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A88DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCB is #577234. Grayscale: #9B9B9B. Windows color (decimal): -5730869 or 13340072. OLE color: 13340072.

HSL color Cylindrical-coordinate representation of color #A88DCB: hue angle of 266.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88DCB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168141203-
CMYK0.170.3100.20
HSL266.13º37.35%67.45%-
HSV(B)266.13º30.54%79.61%-
XYZ36.4531.6960.69-
YUV156.14154.45136.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=32.81%
G=27.54%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681412030.170.3100.20266.1337.3567.45
HexA88DCB111F01410a2543
Octal250215313213702441245103
Binary10101000100011011100101110001111110101001000010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DCB; }

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

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

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

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

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

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

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

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