#A18DCB

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

Shades of Cold Purple #A18DCB

Tints of Cold Purple #A18DCB

Color information

#A18DCB (or 0xA18DCB) is unknown color: approx Cold Purple. HEX triplet: A1, 8D and CB. RGB value is (161,141,203). Sum of RGB (Red+Green+Blue) = 161+141+203=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A18DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCB is #5E7234. Grayscale: #999999. Windows color (decimal): -6189621 or 13340065. OLE color: 13340065.

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

Color convert

RGB161141203-
CMYK0.210.3100.20
HSL259.35º37.35%67.45%-
HSV(B)259.35º30.54%79.61%-
XYZ3530.9460.63-
YUV154.05155.63132.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=31.88%
G=27.92%
B=40.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611412030.210.3100.20259.3537.3567.45
HexA18DCB151F0141032543
Octal241215313253702440345103
Binary10100001100011011100101110101111110101001000000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DCB; }

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

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

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

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

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

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

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

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