#A561CD

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

Shades of Amethyst #A561CD

Tints of Amethyst #A561CD

Color information

#A561CD (or 0xA561CD) is unknown color: approx Amethyst. HEX triplet: A5, 61 and CD. RGB value is (165,97,205). Sum of RGB (Red+Green+Blue) = 165+97+205=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #A561CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A561CD is #5A9E32. Grayscale: #818181. Windows color (decimal): -5938739 or 13459877. OLE color: 13459877.

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

Color convert

RGB16597205-
CMYK0.200.5300.20
HSL277.78º51.92%59.22%-
HSV(B)277.78º52.68%80.39%-
XYZ30.8120.9660.18-
YUV129.64170.53153.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=35.33%
G=20.77%
B=43.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165972050.200.5300.20277.7851.9259.22
HexA561CD1435014116343b
Octal24514131524650244266473
Binary1010010111000011100110110100110101010100100010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561CD; }

 p { color: rgb(165,97,205); }

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

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

 a { background-color: rgb(165,97,205); }

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

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

 span { border-color: rgb(165,97,205); }

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