#a18bcc

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

Shades of Cold Purple #A18BCC

Tints of Cold Purple #A18BCC

Color information

#A18BCC (or 0xA18BCC) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and CC. RGB value is (161,139,204). Sum of RGB (Red+Green+Blue) = 161+139+204=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A18BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCC is #5E7433. Grayscale: #989898. Windows color (decimal): -6190132 or 13405089. OLE color: 13405089.

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

Color convert

RGB161139204-
CMYK0.210.3200.2
HSL260.31º38.92%67.25%-
HSV(B)260.31º31.86%80%-
XYZ34.8330.461.16-
YUV152.99156.79133.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=31.94%
G=27.58%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611392040.210.3200.2260.3138.9267.25
HexA18BCC15200141042743
Octal241213314254002440447103
Binary101000011000101111001100101011000000101001000001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18bcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18bcc; }

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

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

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

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

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

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

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

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