#a287dd

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

Shades of Biloba Flower #A287DD

Tints of Biloba Flower #A287DD

Color information

#A287DD (or 0xA287DD) is unknown color: approx Biloba Flower. HEX triplet: A2, 87 and DD. RGB value is (162,135,221). Sum of RGB (Red+Green+Blue) = 162+135+221=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A287DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287DD is #5D7822. Grayscale: #989898. Windows color (decimal): -6125603 or 14518178. OLE color: 14518178.

HSL color Cylindrical-coordinate representation of color #A287DD: hue angle of 258.84º 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 #A287DD is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162135221-
CMYK0.270.3900.13
HSL258.84º55.84%69.8%-
HSV(B)258.84º38.91%86.67%-
XYZ36.6230.2372.31-
YUV152.88166.45134.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 135 (53.12% from 255) = 26.06%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=31.27%
G=26.06%
B=42.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621352210.270.3900.13258.8455.8469.8
HexA287DD1B270D1033846
Octal242207335334701540370106
Binary10100010100001111101110111011100111011011000000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a287dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a287dd; }

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

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

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

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

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

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

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

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