#A18CCA

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

Shades of Cold Purple #A18CCA

Tints of Cold Purple #A18CCA

Color information

#A18CCA (or 0xA18CCA) is unknown color: approx Cold Purple. HEX triplet: A1, 8C and CA. RGB value is (161,140,202). Sum of RGB (Red+Green+Blue) = 161+140+202=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A18CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CCA is #5E7335. Grayscale: #999999. Windows color (decimal): -6189878 or 13274273. OLE color: 13274273.

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

Color convert

RGB161140202-
CMYK0.200.3100.21
HSL260.32º36.9%67.06%-
HSV(B)260.32º30.69%79.22%-
XYZ34.7430.659.95-
YUV153.35155.46133.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=32.01%
G=27.83%
B=40.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611402020.200.3100.21260.3236.967.06
HexA18CCA141F0151042543
Octal241214312243702540445103
Binary10100001100011001100101010100111110101011000001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18CCA; }

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

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

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

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

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

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

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

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