#A287DC

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

Shades of Biloba Flower #A287DC

Tints of Biloba Flower #A287DC

Color information

#A287DC (or 0xA287DC) is unknown color: approx Biloba Flower. HEX triplet: A2, 87 and DC. RGB value is (162,135,220). Sum of RGB (Red+Green+Blue) = 162+135+220=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A287DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287DC is #5D7823. Grayscale: #989898. Windows color (decimal): -6125604 or 14452642. OLE color: 14452642.

HSL color Cylindrical-coordinate representation of color #A287DC: hue angle of 259.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A287DC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162135220-
CMYK0.260.3900.14
HSL259.06º54.84%69.61%-
HSV(B)259.06º38.64%86.27%-
XYZ36.4830.1871.61-
YUV152.76165.95134.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=31.33%
G=26.11%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621352200.260.3900.14259.0654.8469.61
HexA287DC1A270E1033746
Octal242207334324701640367106
Binary10100010100001111101110011010100111011101000000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287DC; }

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

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

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

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

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

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

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

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