#A361CB

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

Shades of Amethyst #A361CB

Tints of Amethyst #A361CB

Color information

#A361CB (or 0xA361CB) is unknown color: approx Amethyst. HEX triplet: A3, 61 and CB. RGB value is (163,97,203). Sum of RGB (Red+Green+Blue) = 163+97+203=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A361CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361CB is #5C9E34. Grayscale: #808080. Windows color (decimal): -6069813 or 13328803. OLE color: 13328803.

HSL color Cylindrical-coordinate representation of color #A361CB: hue angle of 277.36º degrees, saturation: 0.5, 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 #A361CB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16397203-
CMYK0.200.5200.20
HSL277.36º50.48%58.82%-
HSV(B)277.36º52.22%79.61%-
XYZ30.1620.6558.9-
YUV128.82169.87152.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=35.21%
G=20.95%
B=43.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163972030.200.5200.20277.3650.4858.82
HexA361CB1434014115323b
Octal24314131324640244256273
Binary1010001111000011100101110100110100010100100010101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361CB; }

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

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

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

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

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

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

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

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