#A780CE

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

Shades of Cold Purple #A780CE

Tints of Cold Purple #A780CE

Color information

#A780CE (or 0xA780CE) is unknown color: approx Cold Purple. HEX triplet: A7, 80 and CE. RGB value is (167,128,206). Sum of RGB (Red+Green+Blue) = 167+128+206=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A780CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780CE is #587F31. Grayscale: #949494. Windows color (decimal): -5799730 or 13533351. OLE color: 13533351.

HSL color Cylindrical-coordinate representation of color #A780CE: hue angle of 270º 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 #A780CE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167128206-
CMYK0.190.3800.19
HSL270º44.32%65.49%-
HSV(B)270º37.86%80.78%-
XYZ34.828.1161.98-
YUV148.55160.42141.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=33.33%
G=25.55%
B=41.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671282060.190.3800.1927044.3265.49
HexA780CE132601310e2c41
Octal247200316234602341654101
Binary101001111000000011001110100111001100100111000011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A780CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A780CE; }

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

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

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

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

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

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

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

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