#A15CCA

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

Shades of Amethyst #A15CCA

Tints of Amethyst #A15CCA

Color information

#A15CCA (or 0xA15CCA) is unknown color: approx Amethyst. HEX triplet: A1, 5C and CA. RGB value is (161,92,202). Sum of RGB (Red+Green+Blue) = 161+92+202=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #A15CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CCA is #5EA335. Grayscale: #7C7C7C. Windows color (decimal): -6202166 or 13261985. OLE color: 13261985.

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

Color convert

RGB16192202-
CMYK0.200.5400.21
HSL277.64º50.93%57.65%-
HSV(B)277.64º54.46%79.22%-
XYZ29.1919.558.1-
YUV125.17171.36153.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=35.38%
G=20.22%
B=44.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161922020.200.5400.21277.6450.9357.65
HexA15CCA1436015116333a
Octal24113431224660254266372
Binary1010000110111001100101010100110110010101100010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CCA; }

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

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

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

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

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

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

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

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