#A071CD

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

Shades of Amethyst #A071CD

Tints of Amethyst #A071CD

Color information

#A071CD (or 0xA071CD) is unknown color: approx Amethyst. HEX triplet: A0, 71 and CD. RGB value is (160,113,205). Sum of RGB (Red+Green+Blue) = 160+113+205=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A071CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CD is #5F8E32. Grayscale: #898989. Windows color (decimal): -6262323 or 13463968. OLE color: 13463968.

HSL color Cylindrical-coordinate representation of color #A071CD: hue angle of 270.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A071CD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160113205-
CMYK0.220.4500.20
HSL270.65º47.92%62.35%-
HSV(B)270.65º44.88%80.39%-
XYZ31.4223.6960.67-
YUV137.54166.07144.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=33.47%
G=23.64%
B=42.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601132050.220.4500.20270.6547.9262.35
HexA071CD162D01410f303e
Octal24016131526550244176076
Binary1010000011100011100110110110101101010100100001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071CD; }

 p { color: rgb(160,113,205); }

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

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

 a { background-color: rgb(160,113,205); }

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

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

 span { border-color: rgb(160,113,205); }

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