#A482CC

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

Shades of Cold Purple #A482CC

Tints of Cold Purple #A482CC

Color information

#A482CC (or 0xA482CC) is unknown color: approx Cold Purple. HEX triplet: A4, 82 and CC. RGB value is (164,130,204). Sum of RGB (Red+Green+Blue) = 164+130+204=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A482CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CC is #5B7D33. Grayscale: #949494. Windows color (decimal): -5995828 or 13402788. OLE color: 13402788.

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

Color convert

RGB164130204-
CMYK0.200.3600.2
HSL267.57º42.05%65.49%-
HSV(B)267.57º36.27%80%-
XYZ34.1928.2260.77-
YUV148.6159.26138.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=32.93%
G=26.10%
B=40.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641302040.200.3600.2267.5742.0565.49
HexA482CC142401410c2a41
Octal244202314244402441452101
Binary101001001000001011001100101001001000101001000011001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482CC; }

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

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

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

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

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

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

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

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