#A480CA

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

Shades of Cold Purple #A480CA

Tints of Cold Purple #A480CA

Color information

#A480CA (or 0xA480CA) is unknown color: approx Cold Purple. HEX triplet: A4, 80 and CA. RGB value is (164,128,202). Sum of RGB (Red+Green+Blue) = 164+128+202=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A480CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480CA is #5B7F35. Grayscale: #929292. Windows color (decimal): -5996342 or 13271204. OLE color: 13271204.

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

Color convert

RGB164128202-
CMYK0.190.3700.21
HSL269.19º41.11%64.71%-
HSV(B)269.19º36.63%79.22%-
XYZ33.6927.659.43-
YUV147.2158.93139.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=33.20%
G=25.91%
B=40.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641282020.190.3700.21269.1941.1164.71
HexA480CA132501510d2941
Octal244200312234502541551101
Binary101001001000000011001010100111001010101011000011011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480CA; }

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

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

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

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

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

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

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

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