#A071CB

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

Shades of Amethyst #A071CB

Tints of Amethyst #A071CB

Color information

#A071CB (or 0xA071CB) is unknown color: approx Amethyst. HEX triplet: A0, 71 and CB. RGB value is (160,113,203). Sum of RGB (Red+Green+Blue) = 160+113+203=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A071CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CB is #5F8E34. Grayscale: #898989. Windows color (decimal): -6262325 or 13332896. OLE color: 13332896.

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

Color convert

RGB160113203-
CMYK0.210.4400.20
HSL271.33º46.39%61.96%-
HSV(B)271.33º44.33%79.61%-
XYZ31.1823.659.41-
YUV137.31165.07144.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=33.61%
G=23.74%
B=42.65%

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
Decimal1601132030.210.4400.20271.3346.3961.96
HexA071CB152C01410f2e3e
Octal24016131325540244175676
Binary1010000011100011100101110101101100010100100001111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071CB; }

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

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

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

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

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

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

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

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