#A285CC

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

Shades of Cold Purple #A285CC

Tints of Cold Purple #A285CC

Color information

#A285CC (or 0xA285CC) is unknown color: approx Cold Purple. HEX triplet: A2, 85 and CC. RGB value is (162,133,204). Sum of RGB (Red+Green+Blue) = 162+133+204=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #A285CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285CC is #5D7A33. Grayscale: #959595. Windows color (decimal): -6126132 or 13403554. OLE color: 13403554.

HSL color Cylindrical-coordinate representation of color #A285CC: hue angle of 264.51º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A285CC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162133204-
CMYK0.210.3500.2
HSL264.51º41.04%66.08%-
HSV(B)264.51º34.8%80%-
XYZ34.1928.8260.89-
YUV149.76158.61136.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=32.46%
G=26.65%
B=40.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621332040.210.3500.2264.5141.0466.08
HexA285CC15230141092942
Octal242205314254302441151102
Binary101000101000010111001100101011000110101001000010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A285CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A285CC; }

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

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

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

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

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

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

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

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