#A37ED1

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

Shades of Cold Purple #A37ED1

Tints of Cold Purple #A37ED1

Color information

#A37ED1 (or 0xA37ED1) is unknown color: approx Cold Purple. HEX triplet: A3, 7E and D1. RGB value is (163,126,209). Sum of RGB (Red+Green+Blue) = 163+126+209=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #A37ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED1 is #5C812E. Grayscale: #929292. Windows color (decimal): -6062383 or 13729443. OLE color: 13729443.

HSL color Cylindrical-coordinate representation of color #A37ED1: hue angle of 266.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37ED1 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163126209-
CMYK0.220.4000.18
HSL266.75º47.43%65.69%-
HSV(B)266.75º39.71%81.96%-
XYZ34.0727.3163.8-
YUV146.52163.26139.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=32.73%
G=25.30%
B=41.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631262090.220.4000.18266.7547.4365.69
HexA37ED1162801210b2f42
Octal243176321265002241357102
Binary10100011111111011010001101101010000100101000010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ED1; }

 p { color: rgb(163,126,209); }

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

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

 a { background-color: rgb(163,126,209); }

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

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

 span { border-color: rgb(163,126,209); }

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