#A273CB

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

Shades of Amethyst #A273CB

Tints of Amethyst #A273CB

Color information

#A273CB (or 0xA273CB) is unknown color: approx Amethyst. HEX triplet: A2, 73 and CB. RGB value is (162,115,203). Sum of RGB (Red+Green+Blue) = 162+115+203=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A273CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CB is #5D8C34. Grayscale: #8A8A8A. Windows color (decimal): -6130741 or 13333410. OLE color: 13333410.

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

Color convert

RGB162115203-
CMYK0.200.4300.20
HSL272.05º45.83%62.35%-
HSV(B)272.05º43.35%79.61%-
XYZ31.8124.2559.5-
YUV139.08164.07144.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=33.75%
G=23.96%
B=42.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621152030.200.4300.20272.0545.8362.35
HexA273CB142B0141102e3e
Octal24216331324530244205676
Binary1010001011100111100101110100101011010100100010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273CB; }

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

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

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

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

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

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

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

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