#A37ECD

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

Shades of Cold Purple #A37ECD

Tints of Cold Purple #A37ECD

Color information

#A37ECD (or 0xA37ECD) is unknown color: approx Cold Purple. HEX triplet: A3, 7E and CD. RGB value is (163,126,205). Sum of RGB (Red+Green+Blue) = 163+126+205=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A37ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECD is #5C8132. Grayscale: #919191. Windows color (decimal): -6062387 or 13467299. OLE color: 13467299.

HSL color Cylindrical-coordinate representation of color #A37ECD: hue angle of 268.1º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37ECD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163126205-
CMYK0.200.3900.20
HSL268.1º44.13%64.9%-
HSV(B)268.1º38.54%80.39%-
XYZ33.5827.1261.22-
YUV146.07161.26140.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=33.00%
G=25.51%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631262050.200.3900.20268.144.1364.9
HexA37ECD142701410c2c41
Octal243176315244702441454101
Binary10100011111111011001101101001001110101001000011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ECD; }

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

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

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

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

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

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

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

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