#A18FC4

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

Shades of Cold Purple #A18FC4

Tints of Cold Purple #A18FC4

Color information

#A18FC4 (or 0xA18FC4) is unknown color: approx Cold Purple. HEX triplet: A1, 8F and C4. RGB value is (161,143,196). Sum of RGB (Red+Green+Blue) = 161+143+196=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #A18FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FC4 is #5E703B. Grayscale: #9A9A9A. Windows color (decimal): -6189116 or 12881825. OLE color: 12881825.

HSL color Cylindrical-coordinate representation of color #A18FC4: hue angle of 260.38º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18FC4 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161143196-
CMYK0.180.2700.23
HSL260.38º30.99%66.47%-
HSV(B)260.38º27.04%76.86%-
XYZ34.4831.2156.43-
YUV154.42151.46132.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=32.2%
G=28.6%
B=39.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611431960.180.2700.23260.3830.9966.47
HexA18FC4121B0171041f42
Octal241217304223302740437102
Binary1010000110001111110001001001011011010111100000100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FC4; }

 p { color: rgb(161,143,196); }

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

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

 a { background-color: rgb(161,143,196); }

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

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

 span { border-color: rgb(161,143,196); }

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