#A480CD

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

Shades of Cold Purple #A480CD

Tints of Cold Purple #A480CD

Color information

#A480CD (or 0xA480CD) is unknown color: approx Cold Purple. HEX triplet: A4, 80 and CD. RGB value is (164,128,205). Sum of RGB (Red+Green+Blue) = 164+128+205=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #A480CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480CD is #5B7F32. Grayscale: #939393. Windows color (decimal): -5996339 or 13467812. OLE color: 13467812.

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

Color convert

RGB164128205-
CMYK0.20.3800.20
HSL268.05º43.5%65.29%-
HSV(B)268.05º37.56%80.39%-
XYZ34.0527.7461.32-
YUV147.54160.43139.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=33.00%
G=25.75%
B=41.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641282050.20.3800.20268.0543.565.29
HexA480CD142601410c2c41
Octal244200315244602441454101
Binary101001001000000011001101101001001100101001000011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480CD; }

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

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

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

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

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

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

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

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