#A480D4

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

Shades of Cold Purple #A480D4

Tints of Cold Purple #A480D4

Color information

#A480D4 (or 0xA480D4) is unknown color: approx Cold Purple. HEX triplet: A4, 80 and D4. RGB value is (164,128,212). Sum of RGB (Red+Green+Blue) = 164+128+212=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #A480D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480D4 is #5B7F2B. Grayscale: #949494. Windows color (decimal): -5996332 or 13926564. OLE color: 13926564.

HSL color Cylindrical-coordinate representation of color #A480D4: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A480D4 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164128212-
CMYK0.230.4000.17
HSL265.71º49.41%66.67%-
HSV(B)265.71º39.62%83.14%-
XYZ34.9128.0865.87-
YUV148.34163.93139.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=32.54%
G=25.40%
B=42.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641282120.230.4000.17265.7149.4166.67
HexA480D4172801110a3143
Octal244200324275002141261103
Binary101001001000000011010100101111010000100011000010101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480D4; }

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

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

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

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

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

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

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

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