#A88DEC

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

Shades of Biloba Flower #A88DEC

Tints of Biloba Flower #A88DEC

Color information

#A88DEC (or 0xA88DEC) is unknown color: approx Biloba Flower. HEX triplet: A8, 8D and EC. RGB value is (168,141,236). Sum of RGB (Red+Green+Blue) = 168+141+236=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A88DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88DEC is #577213. Grayscale: #9F9F9F. Windows color (decimal): -5730836 or 15502760. OLE color: 15502760.

HSL color Cylindrical-coordinate representation of color #A88DEC: hue angle of 257.05º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88DEC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168141236-
CMYK0.290.4000.07
HSL257.05º71.43%73.92%-
HSV(B)257.05º40.25%92.55%-
XYZ40.8133.4383.66-
YUV159.9170.95133.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=30.83%
G=25.87%
B=43.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681412360.290.4000.07257.0571.4373.92
HexA88DEC1D2807101474a
Octal250215354355007401107112
Binary10101000100011011110110011101101000011110000000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88DEC; }

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

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

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

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

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

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

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

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