#A18DCD

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

Shades of Cold Purple #A18DCD

Tints of Cold Purple #A18DCD

Color information

#A18DCD (or 0xA18DCD) is unknown color: approx Cold Purple. HEX triplet: A1, 8D and CD. RGB value is (161,141,205). Sum of RGB (Red+Green+Blue) = 161+141+205=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A18DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCD is #5E7232. Grayscale: #9A9A9A. Windows color (decimal): -6189619 or 13471137. OLE color: 13471137.

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

Color convert

RGB161141205-
CMYK0.210.3100.20
HSL258.75º39.02%67.84%-
HSV(B)258.75º31.22%80.39%-
XYZ35.2431.0361.89-
YUV154.28156.63132.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=31.76%
G=27.81%
B=40.43%

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
Decimal1611412050.210.3100.20258.7539.0267.84
HexA18DCD151F0141032744
Octal241215315253702440347104
Binary10100001100011011100110110101111110101001000000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DCD; }

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

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

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

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

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

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

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

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