#A782CD

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

Shades of Cold Purple #A782CD

Tints of Cold Purple #A782CD

Color information

#A782CD (or 0xA782CD) is unknown color: approx Cold Purple. HEX triplet: A7, 82 and CD. RGB value is (167,130,205). Sum of RGB (Red+Green+Blue) = 167+130+205=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A782CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782CD is #587D32. Grayscale: #959595. Windows color (decimal): -5799219 or 13468327. OLE color: 13468327.

HSL color Cylindrical-coordinate representation of color #A782CD: hue angle of 269.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A782CD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167130205-
CMYK0.190.3700.20
HSL269.6º42.86%65.69%-
HSV(B)269.6º36.59%80.39%-
XYZ34.9428.5961.43-
YUV149.61159.26140.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 130 (51.17% from 255) = 25.90%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=33.27%
G=25.90%
B=40.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671302050.190.3700.20269.642.8665.69
HexA782CD132501410e2b42
Octal247202315234502441653102
Binary101001111000001011001101100111001010101001000011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782CD; }

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

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

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

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

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

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

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

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