#A482CA

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

Shades of Cold Purple #A482CA

Tints of Cold Purple #A482CA

Color information

#A482CA (or 0xA482CA) is unknown color: approx Cold Purple. HEX triplet: A4, 82 and CA. RGB value is (164,130,202). Sum of RGB (Red+Green+Blue) = 164+130+202=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A482CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482CA is #5B7D35. Grayscale: #949494. Windows color (decimal): -5995830 or 13271716. OLE color: 13271716.

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

Color convert

RGB164130202-
CMYK0.190.3600.21
HSL268.33º40.45%65.1%-
HSV(B)268.33º35.64%79.22%-
XYZ33.9528.1259.52-
YUV148.37158.26139.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=33.06%
G=26.21%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641302020.190.3600.21268.3340.4565.1
HexA482CA132401510c2841
Octal244202312234402541450101
Binary101001001000001011001010100111001000101011000011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482CA; }

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

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

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

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

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

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

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

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