#A285CB

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

Shades of Cold Purple #A285CB

Tints of Cold Purple #A285CB

Color information

#A285CB (or 0xA285CB) is unknown color: approx Cold Purple. HEX triplet: A2, 85 and CB. RGB value is (162,133,203). Sum of RGB (Red+Green+Blue) = 162+133+203=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #A285CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CB is #5D7A34. Grayscale: #959595. Windows color (decimal): -6126133 or 13338018. OLE color: 13338018.

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

Color convert

RGB162133203-
CMYK0.200.3400.20
HSL264.86º40.23%65.88%-
HSV(B)264.86º34.48%79.61%-
XYZ34.0728.7760.26-
YUV149.65158.11136.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=32.53%
G=26.71%
B=40.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621332030.200.3400.20264.8640.2365.88
HexA285CB14220141092842
Octal242205313244202441150102
Binary101000101000010111001011101001000100101001000010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285CB; }

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

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

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

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

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

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

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

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