#A273CD

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

Shades of Amethyst #A273CD

Tints of Amethyst #A273CD

Color information

#A273CD (or 0xA273CD) is unknown color: approx Amethyst. HEX triplet: A2, 73 and CD. RGB value is (162,115,205). Sum of RGB (Red+Green+Blue) = 162+115+205=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A273CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CD is #5D8C32. Grayscale: #8B8B8B. Windows color (decimal): -6130739 or 13464482. OLE color: 13464482.

HSL color Cylindrical-coordinate representation of color #A273CD: hue angle of 271.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A273CD is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162115205-
CMYK0.210.4400.20
HSL271.33º47.37%62.75%-
HSV(B)271.33º43.9%80.39%-
XYZ32.0524.3560.77-
YUV139.31165.07144.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=33.61%
G=23.86%
B=42.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621152050.210.4400.20271.3347.3762.75
HexA273CD152C01410f2f3f
Octal24216331525540244175777
Binary1010001011100111100110110101101100010100100001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273CD; }

 p { color: rgb(162,115,205); }

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

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

 a { background-color: rgb(162,115,205); }

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

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

 span { border-color: rgb(162,115,205); }

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