#A782CC

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

Shades of Cold Purple #A782CC

Tints of Cold Purple #A782CC

Color information

#A782CC (or 0xA782CC) is unknown color: approx Cold Purple. HEX triplet: A7, 82 and CC. RGB value is (167,130,204). Sum of RGB (Red+Green+Blue) = 167+130+204=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A782CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782CC is #587D33. Grayscale: #959595. Windows color (decimal): -5799220 or 13402791. OLE color: 13402791.

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

Color convert

RGB167130204-
CMYK0.180.3600.2
HSL270º42.05%65.49%-
HSV(B)270º36.27%80%-
XYZ34.8228.5460.8-
YUV149.5158.76140.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=33.33%
G=25.95%
B=40.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671302040.180.3600.227042.0565.49
HexA782CC122401410e2a41
Octal247202314224402441652101
Binary101001111000001011001100100101001000101001000011101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782CC; }

 p { color: rgb(167,130,204); }

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

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

 a { background-color: rgb(167,130,204); }

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

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

 span { border-color: rgb(167,130,204); }

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