#A17ECD

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

Shades of Cold Purple #A17ECD

Tints of Cold Purple #A17ECD

Color information

#A17ECD (or 0xA17ECD) is unknown color: approx Cold Purple. HEX triplet: A1, 7E and CD. RGB value is (161,126,205). Sum of RGB (Red+Green+Blue) = 161+126+205=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A17ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ECD is #5E8132. Grayscale: #919191. Windows color (decimal): -6193459 or 13467297. OLE color: 13467297.

HSL color Cylindrical-coordinate representation of color #A17ECD: hue angle of 266.58º 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 #A17ECD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161126205-
CMYK0.210.3900.20
HSL266.58º44.13%64.9%-
HSV(B)266.58º38.54%80.39%-
XYZ33.1826.9161.2-
YUV145.47161.6139.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 126 (49.61% from 255) = 25.61%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=32.72%
G=25.61%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611262050.210.3900.20266.5844.1364.9
HexA17ECD152701410b2c41
Octal241176315254702441354101
Binary10100001111111011001101101011001110101001000010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17ECD; }

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

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

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

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

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

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

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

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