#A18ECF

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

Shades of Cold Purple #A18ECF

Tints of Cold Purple #A18ECF

Color information

#A18ECF (or 0xA18ECF) is unknown color: approx Cold Purple. HEX triplet: A1, 8E and CF. RGB value is (161,142,207). Sum of RGB (Red+Green+Blue) = 161+142+207=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #A18ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECF is #5E7130. Grayscale: #9A9A9A. Windows color (decimal): -6189361 or 13602465. OLE color: 13602465.

HSL color Cylindrical-coordinate representation of color #A18ECF: hue angle of 257.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18ECF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161142207-
CMYK0.220.3100.19
HSL257.54º40.37%68.43%-
HSV(B)257.54º31.4%81.18%-
XYZ35.6331.4363.22-
YUV155.09157.29132.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=31.57%
G=27.84%
B=40.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611422070.220.3100.19257.5440.3768.43
HexA18ECF161F0131022844
Octal241216317263702340250104
Binary10100001100011101100111110110111110100111000000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ECF; }

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

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

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

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

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

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

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

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