#A285CA

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

Shades of Cold Purple #A285CA

Tints of Cold Purple #A285CA

Color information

#A285CA (or 0xA285CA) is unknown color: approx Cold Purple. HEX triplet: A2, 85 and CA. RGB value is (162,133,202). Sum of RGB (Red+Green+Blue) = 162+133+202=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #A285CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CA is #5D7A35. Grayscale: #959595. Windows color (decimal): -6126134 or 13272482. OLE color: 13272482.

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

Color convert

RGB162133202-
CMYK0.200.3400.21
HSL265.22º39.43%65.69%-
HSV(B)265.22º34.16%79.22%-
XYZ33.9528.7259.63-
YUV149.54157.61136.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=32.60%
G=26.76%
B=40.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621332020.200.3400.21265.2239.4365.69
HexA285CA14220151092742
Octal242205312244202541147102
Binary101000101000010111001010101001000100101011000010011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285CA; }

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

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

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

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

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

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

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

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