#A480C7

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

Shades of Cold Purple #A480C7

Tints of Cold Purple #A480C7

Color information

#A480C7 (or 0xA480C7) is unknown color: approx Cold Purple. HEX triplet: A4, 80 and C7. RGB value is (164,128,199). Sum of RGB (Red+Green+Blue) = 164+128+199=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #A480C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480C7 is #5B7F38. Grayscale: #929292. Windows color (decimal): -5996345 or 13074596. OLE color: 13074596.

HSL color Cylindrical-coordinate representation of color #A480C7: hue angle of 270.42º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A480C7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164128199-
CMYK0.180.3600.22
HSL270.42º38.8%64.12%-
HSV(B)270.42º35.68%78.04%-
XYZ33.3427.4557.57-
YUV146.86157.43140.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=33.40%
G=26.07%
B=40.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641281990.180.3600.22270.4238.864.12
HexA480C7122401610e2740
Octal244200307224402641647100
Binary101001001000000011000111100101001000101101000011101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480C7; }

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

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

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

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

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

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

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

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