#A480CE

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

Shades of Cold Purple #A480CE

Tints of Cold Purple #A480CE

Color information

#A480CE (or 0xA480CE) is unknown color: approx Cold Purple. HEX triplet: A4, 80 and CE. RGB value is (164,128,206). Sum of RGB (Red+Green+Blue) = 164+128+206=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A480CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480CE is #5B7F31. Grayscale: #939393. Windows color (decimal): -5996338 or 13533348. OLE color: 13533348.

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

Color convert

RGB164128206-
CMYK0.200.3800.19
HSL267.69º44.32%65.49%-
HSV(B)267.69º37.86%80.78%-
XYZ34.1727.7961.96-
YUV147.66160.93139.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=32.93%
G=25.70%
B=41.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641282060.200.3800.19267.6944.3265.49
HexA480CE142601310c2c41
Octal244200316244602341454101
Binary101001001000000011001110101001001100100111000011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480CE; }

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

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

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

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

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

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

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

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