#A271CB

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

Shades of Amethyst #A271CB

Tints of Amethyst #A271CB

Color information

#A271CB (or 0xA271CB) is unknown color: approx Amethyst. HEX triplet: A2, 71 and CB. RGB value is (162,113,203). Sum of RGB (Red+Green+Blue) = 162+113+203=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A271CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CB is #5D8E34. Grayscale: #898989. Windows color (decimal): -6131253 or 13332898. OLE color: 13332898.

HSL color Cylindrical-coordinate representation of color #A271CB: hue angle of 272.67º 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 #A271CB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162113203-
CMYK0.200.4400.20
HSL272.67º46.39%61.96%-
HSV(B)272.67º44.33%79.61%-
XYZ31.5823.859.43-
YUV137.91164.73145.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=33.89%
G=23.64%
B=42.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621132030.200.4400.20272.6746.3961.96
HexA271CB142C0141112e3e
Octal24216131324540244215676
Binary1010001011100011100101110100101100010100100010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271CB; }

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

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

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

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

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

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

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

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