#A287CB

Color #A287CB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A287CB

Tints of Cold Purple #A287CB

Color information

#A287CB (or 0xA287CB) is unknown color: approx Cold Purple. HEX triplet: A2, 87 and CB. RGB value is (162,135,203). Sum of RGB (Red+Green+Blue) = 162+135+203=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #A287CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CB is #5D7834. Grayscale: #969696. Windows color (decimal): -6125621 or 13338530. OLE color: 13338530.

HSL color Cylindrical-coordinate representation of color #A287CB: hue angle of 263.82º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A287CB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162135203-
CMYK0.200.3300.20
HSL263.82º39.53%66.27%-
HSV(B)263.82º33.5%79.61%-
XYZ34.3429.3260.35-
YUV150.82157.45135.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 135 (53.12% from 255) = 27%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=32.4%
G=27%
B=40.6%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621352030.200.3300.20263.8239.5366.27
HexA287CB14210141082842
Octal242207313244102441050102
Binary101000101000011111001011101001000010101001000010001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287CB; }

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

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

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

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

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

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

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

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