#A37ECE

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

Shades of Cold Purple #A37ECE

Tints of Cold Purple #A37ECE

Color information

#A37ECE (or 0xA37ECE) is unknown color: approx Cold Purple. HEX triplet: A3, 7E and CE. RGB value is (163,126,206). Sum of RGB (Red+Green+Blue) = 163+126+206=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A37ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECE is #5C8131. Grayscale: #919191. Windows color (decimal): -6062386 or 13532835. OLE color: 13532835.

HSL color Cylindrical-coordinate representation of color #A37ECE: hue angle of 267.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37ECE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163126206-
CMYK0.210.3900.19
HSL267.75º44.94%65.1%-
HSV(B)267.75º38.83%80.78%-
XYZ33.7127.1661.86-
YUV146.18161.76140-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=32.93%
G=25.45%
B=41.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631262060.210.3900.19267.7544.9465.1
HexA37ECE152701310c2d41
Octal243176316254702341455101
Binary10100011111111011001110101011001110100111000011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37ECE; }

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

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

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

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

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

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

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

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