#A282CC

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

Shades of Cold Purple #A282CC

Tints of Cold Purple #A282CC

Color information

#A282CC (or 0xA282CC) is unknown color: approx Cold Purple. HEX triplet: A2, 82 and CC. RGB value is (162,130,204). Sum of RGB (Red+Green+Blue) = 162+130+204=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A282CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282CC is #5D7D33. Grayscale: #939393. Windows color (decimal): -6126900 or 13402786. OLE color: 13402786.

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

Color convert

RGB162130204-
CMYK0.210.3600.2
HSL265.95º42.05%65.49%-
HSV(B)265.95º36.27%80%-
XYZ33.7828.0160.75-
YUV148159.6137.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=32.66%
G=26.21%
B=41.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621302040.210.3600.2265.9542.0565.49
HexA282CC152401410a2a41
Octal242202314254402441252101
Binary101000101000001011001100101011001000101001000010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282CC; }

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

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

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

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

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

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

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

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