#A274CC

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

Shades of Amethyst #A274CC

Tints of Amethyst #A274CC

Color information

#A274CC (or 0xA274CC) is unknown color: approx Amethyst. HEX triplet: A2, 74 and CC. RGB value is (162,116,204). Sum of RGB (Red+Green+Blue) = 162+116+204=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A274CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274CC is #5D8B33. Grayscale: #8B8B8B. Windows color (decimal): -6130484 or 13399202. OLE color: 13399202.

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

Color convert

RGB162116204-
CMYK0.210.4300.2
HSL271.36º46.32%62.75%-
HSV(B)271.36º43.14%80%-
XYZ32.0424.5360.17-
YUV139.79164.24143.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=33.61%
G=24.07%
B=42.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621162040.210.4300.2271.3646.3262.75
HexA274CC152B01410f2e3f
Octal24216431425530244175677
Binary1010001011101001100110010101101011010100100001111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274CC; }

 p { color: rgb(162,116,204); }

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

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

 a { background-color: rgb(162,116,204); }

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

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

 span { border-color: rgb(162,116,204); }

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