#A18BCB

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

Shades of Cold Purple #A18BCB

Tints of Cold Purple #A18BCB

Color information

#A18BCB (or 0xA18BCB) is unknown color: approx Cold Purple. HEX triplet: A1, 8B and CB. RGB value is (161,139,203). Sum of RGB (Red+Green+Blue) = 161+139+203=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BCB is #5E7434. Grayscale: #989898. Windows color (decimal): -6190133 or 13339553. OLE color: 13339553.

HSL color Cylindrical-coordinate representation of color #A18BCB: hue angle of 260.62º degrees, saturation: 0.38, 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 #A18BCB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161139203-
CMYK0.210.3200.20
HSL260.62º38.1%67.06%-
HSV(B)260.62º31.53%79.61%-
XYZ34.7130.3560.53-
YUV152.87156.29133.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=32.01%
G=27.63%
B=40.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611392030.210.3200.20260.6238.167.06
HexA18BCB15200141052643
Octal241213313254002440546103
Binary101000011000101111001011101011000000101001000001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18BCB; }

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

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

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

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

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

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

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

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