#A18AC4

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

Shades of Cold Purple #A18AC4

Tints of Cold Purple #A18AC4

Color information

#A18AC4 (or 0xA18AC4) is unknown color: approx Cold Purple. HEX triplet: A1, 8A and C4. RGB value is (161,138,196). Sum of RGB (Red+Green+Blue) = 161+138+196=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #A18AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AC4 is #5E753B. Grayscale: #979797. Windows color (decimal): -6190396 or 12880545. OLE color: 12880545.

HSL color Cylindrical-coordinate representation of color #A18AC4: hue angle of 263.79º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18AC4 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161138196-
CMYK0.180.3000.23
HSL263.79º32.95%65.49%-
HSV(B)263.79º29.59%76.86%-
XYZ33.7529.7456.19-
YUV151.49153.12134.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=32.53%
G=27.88%
B=39.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611381960.180.3000.23263.7932.9565.49
HexA18AC4121E0171082141
Octal241212304223602741041101
Binary10100001100010101100010010010111100101111000010001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18AC4; }

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

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

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

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

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

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

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

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