#A062C8

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

Shades of Amethyst #A062C8

Tints of Amethyst #A062C8

Color information

#A062C8 (or 0xA062C8) is unknown color: approx Amethyst. HEX triplet: A0, 62 and C8. RGB value is (160,98,200). Sum of RGB (Red+Green+Blue) = 160+98+200=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #A062C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062C8 is #5F9D37. Grayscale: #7F7F7F. Windows color (decimal): -6266168 or 13132448. OLE color: 13132448.

HSL color Cylindrical-coordinate representation of color #A062C8: hue angle of 276.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A062C8 is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16098200-
CMYK0.20.5100.22
HSL276.47º48.11%58.43%-
HSV(B)276.47º51%78.43%-
XYZ29.2920.3857.03-
YUV128.17168.54150.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 200 (78.52% from 255) = 43.67%
R=34.93%
G=21.40%
B=43.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160982000.20.5100.22276.4748.1158.43
HexA062C81433016114303a
Octal24014231024630264246072
Binary1010000011000101100100010100110011010110100010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062C8; }

 p { color: rgb(160,98,200); }

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

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

 a { background-color: rgb(160,98,200); }

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

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

 span { border-color: rgb(160,98,200); }

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