#A18ACA

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

Shades of Cold Purple #A18ACA

Tints of Cold Purple #A18ACA

Color information

#A18ACA (or 0xA18ACA) is unknown color: approx Cold Purple. HEX triplet: A1, 8A and CA. RGB value is (161,138,202). Sum of RGB (Red+Green+Blue) = 161+138+202=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ACA is #5E7535. Grayscale: #979797. Windows color (decimal): -6190390 or 13273761. OLE color: 13273761.

HSL color Cylindrical-coordinate representation of color #A18ACA: hue angle of 261.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18ACA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161138202-
CMYK0.200.3200.21
HSL261.56º37.65%66.67%-
HSV(B)261.56º31.68%79.22%-
XYZ34.4530.0259.86-
YUV152.17156.12134.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=32.14%
G=27.54%
B=40.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611382020.200.3200.21261.5637.6566.67
HexA18ACA14200151062643
Octal241212312244002540646103
Binary101000011000101011001010101001000000101011000001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ACA; }

 p { color: rgb(161,138,202); }

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

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

 a { background-color: rgb(161,138,202); }

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

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

 span { border-color: rgb(161,138,202); }

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