#A18BB8

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

Shades of Cold Purple #A18BB8

Tints of Cold Purple #A18BB8

Color information

#A18BB8 (or 0xA18BB8) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and B8. RGB value is (161,139,184). Sum of RGB (Red+Green+Blue) = 161+139+184=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 184 - color contains mainly: blue. Hex color #A18BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BB8 is #5E7447. Grayscale: #969696. Windows color (decimal): -6190152 or 12094369. OLE color: 12094369.

HSL color Cylindrical-coordinate representation of color #A18BB8: hue angle of 269.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18BB8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161139184-
CMYK0.120.2400.28
HSL269.33º24.06%63.33%-
HSV(B)269.33º24.46%72.16%-
XYZ32.5829.549.32-
YUV150.71146.79135.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=33.26%
G=28.72%
B=38.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611391840.120.2400.28269.3324.0663.33
HexA18BB8C1801C10d183f
Octal24121327014300344153077
Binary10100001100010111011100011001100001110010000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BB8; }

 p { color: rgb(161,139,184); }

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

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

 a { background-color: rgb(161,139,184); }

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

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

 span { border-color: rgb(161,139,184); }

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