#A887DD

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

Shades of Biloba Flower #A887DD

Tints of Biloba Flower #A887DD

Color information

#A887DD (or 0xA887DD) is unknown color: approx Biloba Flower. HEX triplet: A8, 87 and DD. RGB value is (168,135,221). Sum of RGB (Red+Green+Blue) = 168+135+221=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #A887DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887DD is #577822. Grayscale: #9A9A9A. Windows color (decimal): -5732387 or 14518184. OLE color: 14518184.

HSL color Cylindrical-coordinate representation of color #A887DD: hue angle of 263.02º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A887DD is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168135221-
CMYK0.240.3900.13
HSL263.02º55.84%69.8%-
HSV(B)263.02º38.91%86.67%-
XYZ37.8630.8772.37-
YUV154.67165.43137.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 135 (53.12% from 255) = 25.76%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=32.06%
G=25.76%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681352210.240.3900.13263.0255.8469.8
HexA887DD18270D1073846
Octal250207335304701540770106
Binary10101000100001111101110111000100111011011000001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887DD; }

 p { color: rgb(168,135,221); }

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

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

 a { background-color: rgb(168,135,221); }

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

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

 span { border-color: rgb(168,135,221); }

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