#A282CB

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

Shades of Cold Purple #A282CB

Tints of Cold Purple #A282CB

Color information

#A282CB (or 0xA282CB) is unknown color: approx Cold Purple. HEX triplet: A2, 82 and CB. RGB value is (162,130,203). Sum of RGB (Red+Green+Blue) = 162+130+203=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #A282CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282CB is #5D7D34. Grayscale: #939393. Windows color (decimal): -6126901 or 13337250. OLE color: 13337250.

HSL color Cylindrical-coordinate representation of color #A282CB: hue angle of 266.3º degrees, saturation: 0.41, 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 #A282CB is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162130203-
CMYK0.200.3600.20
HSL266.3º41.24%65.29%-
HSV(B)266.3º35.96%79.61%-
XYZ33.6627.9660.12-
YUV147.89159.1138.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=32.73%
G=26.26%
B=41.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621302030.200.3600.20266.341.2465.29
HexA282CB142401410a2941
Octal242202313244402441251101
Binary101000101000001011001011101001001000101001000010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282CB; }

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

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

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

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

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

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

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

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