#A18DCA

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

Shades of Cold Purple #A18DCA

Tints of Cold Purple #A18DCA

Color information

#A18DCA (or 0xA18DCA) is unknown color: approx Cold Purple. HEX triplet: A1, 8D and CA. RGB value is (161,141,202). Sum of RGB (Red+Green+Blue) = 161+141+202=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DCA is #5E7235. Grayscale: #999999. Windows color (decimal): -6189622 or 13274529. OLE color: 13274529.

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

Color convert

RGB161141202-
CMYK0.200.3000.21
HSL259.67º36.53%67.25%-
HSV(B)259.67º30.2%79.22%-
XYZ34.8830.8960-
YUV153.93155.13133.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=31.94%
G=27.98%
B=40.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611412020.200.3000.21259.6736.5367.25
HexA18DCA141E0151042543
Octal241215312243602540445103
Binary10100001100011011100101010100111100101011000001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18DCA; }

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

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

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

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

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

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

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

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