#A361CF

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

Shades of Amethyst #A361CF

Tints of Amethyst #A361CF

Color information

#A361CF (or 0xA361CF) is unknown color: approx Amethyst. HEX triplet: A3, 61 and CF. RGB value is (163,97,207). Sum of RGB (Red+Green+Blue) = 163+97+207=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A361CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361CF is #5C9E30. Grayscale: #808080. Windows color (decimal): -6069809 or 13590947. OLE color: 13590947.

HSL color Cylindrical-coordinate representation of color #A361CF: hue angle of 276º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A361CF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16397207-
CMYK0.210.5300.19
HSL276º53.4%59.61%-
HSV(B)276º53.14%81.18%-
XYZ30.6420.8461.44-
YUV129.27171.87152.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=34.90%
G=20.77%
B=44.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163972070.210.5300.1927653.459.61
HexA361CF1535013114353c
Octal24314131725650234246574
Binary1010001111000011100111110101110101010011100010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361CF; }

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

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

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

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

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

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

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

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