#A18ABD

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

Shades of Cold Purple #A18ABD

Tints of Cold Purple #A18ABD

Color information

#A18ABD (or 0xA18ABD) is unknown color: approx Cold Purple. HEX triplet: A1, 8A and BD. RGB value is (161,138,189). Sum of RGB (Red+Green+Blue) = 161+138+189=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ABD is #5E7542. Grayscale: #969696. Windows color (decimal): -6190403 or 12421793. OLE color: 12421793.

HSL color Cylindrical-coordinate representation of color #A18ABD: hue angle of 267.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18ABD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161138189-
CMYK0.150.2700.26
HSL267.06º27.87%64.12%-
HSV(B)267.06º26.98%74.12%-
XYZ32.9729.4352.09-
YUV150.69149.62135.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=32.99%
G=28.28%
B=38.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611381890.150.2700.26267.0627.8764.12
HexA18ABDF1B01A10b1c40
Octal241212275173303241334100
Binary101000011000101010111101111111011011010100001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18ABD; }

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

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

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

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

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

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

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

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