#A18ECD

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

Shades of Cold Purple #A18ECD

Tints of Cold Purple #A18ECD

Color information

#A18ECD (or 0xA18ECD) is unknown color: approx Cold Purple. HEX triplet: A1, 8E and CD. RGB value is (161,142,205). Sum of RGB (Red+Green+Blue) = 161+142+205=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECD is #5E7132. Grayscale: #9A9A9A. Windows color (decimal): -6189363 or 13471393. OLE color: 13471393.

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

Color convert

RGB161142205-
CMYK0.210.3100.20
HSL258.1º38.65%68.04%-
HSV(B)258.1º30.73%80.39%-
XYZ35.3931.3361.94-
YUV154.86156.29132.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=31.69%
G=27.95%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611422050.210.3100.20258.138.6568.04
HexA18ECD151F0141022744
Octal241216315253702440247104
Binary10100001100011101100110110101111110101001000000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ECD; }

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

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

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

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

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

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

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

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