#A18FCC

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

Shades of Cold Purple #A18FCC

Tints of Cold Purple #A18FCC

Color information

#A18FCC (or 0xA18FCC) is unknown color: approx Cold Purple. HEX triplet: A1, 8F and CC. RGB value is (161,143,204). Sum of RGB (Red+Green+Blue) = 161+143+204=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A18FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FCC is #5E7033. Grayscale: #9B9B9B. Windows color (decimal): -6189108 or 13406113. OLE color: 13406113.

HSL color Cylindrical-coordinate representation of color #A18FCC: hue angle of 257.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18FCC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161143204-
CMYK0.210.3000.2
HSL257.7º37.42%68.04%-
HSV(B)257.7º29.9%80%-
XYZ35.4231.5861.36-
YUV155.34155.46132.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=31.69%
G=28.15%
B=40.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611432040.210.3000.2257.737.4268.04
HexA18FCC151E0141022544
Octal241217314253602440245104
Binary10100001100011111100110010101111100101001000000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18FCC; }

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

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

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

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

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

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

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

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