#A361CC

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

Shades of Amethyst #A361CC

Tints of Amethyst #A361CC

Color information

#A361CC (or 0xA361CC) is unknown color: approx Amethyst. HEX triplet: A3, 61 and CC. RGB value is (163,97,204). Sum of RGB (Red+Green+Blue) = 163+97+204=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #A361CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361CC is #5C9E33. Grayscale: #808080. Windows color (decimal): -6069812 or 13394339. OLE color: 13394339.

HSL color Cylindrical-coordinate representation of color #A361CC: hue angle of 277.01º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A361CC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16397204-
CMYK0.200.5200.2
HSL277.01º51.2%59.02%-
HSV(B)277.01º52.45%80%-
XYZ30.2820.759.53-
YUV128.93170.37152.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=35.13%
G=20.91%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal163972040.200.5200.2277.0151.259.02
HexA361CC1434014115333b
Octal24314131424640244256373
Binary1010001111000011100110010100110100010100100010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361CC; }

 p { color: rgb(163,97,204); }

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

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

 a { background-color: rgb(163,97,204); }

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

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

 span { border-color: rgb(163,97,204); }

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