#A782D1

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

Shades of Cold Purple #A782D1

Tints of Cold Purple #A782D1

Color information

#A782D1 (or 0xA782D1) is unknown color: approx Cold Purple. HEX triplet: A7, 82 and D1. RGB value is (167,130,209). Sum of RGB (Red+Green+Blue) = 167+130+209=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #A782D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782D1 is #587D2E. Grayscale: #959595. Windows color (decimal): -5799215 or 13730471. OLE color: 13730471.

HSL color Cylindrical-coordinate representation of color #A782D1: hue angle of 268.1º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A782D1 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167130209-
CMYK0.200.3800.18
HSL268.1º46.2%66.47%-
HSV(B)268.1º37.8%81.96%-
XYZ35.4328.7864.01-
YUV150.07161.26140.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=33.00%
G=25.69%
B=41.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671302090.200.3800.18268.146.266.47
HexA782D1142601210c2e42
Octal247202321244602241456102
Binary101001111000001011010001101001001100100101000011001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782D1; }

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

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

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

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

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

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

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

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