Html Css Color HEX #A062C6 Amethyst

📋 copy color: '#A062C6'

red 160 ◦ green 98 ◦ blue 198

#A062C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A062C6

Tints of Amethyst #A062C6

RGB

 RED value IS 160 (62.89% from 255) = 35.09%

 GREEN value IS 98 (38.67% from 255) = 21.49%

 BLUE value IS 198 (77.73% from 255) = 43.42%

R = 35.09%
G = 21.49%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A062C6 (or 0xA062C6) is known color: Amethyst. HEX triplet: A0, 62 and C6. RGB value is (160,98,198). Sum of RGB (Red+Green+Blue) = 160+98+198=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #A062C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062C6 is #5F9D39. Grayscale: #7F7F7F. Windows color (decimal): -6266170 or 13001376. OLE color: 13001376.

HSL color Cylindrical-coordinate representation of color #A062C6: hue angle of 277.2º degrees, saturation: 0.47, 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 #A062C6 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 98 198 -
CMYK 0.19 0.51 0 0.22
HSL 277.2º 0.47% 0.58% -
HSV(B) 277.2º 0.51% 0.78% -
XYZ 29.06 20.29 55.81 -
YUV 127.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 160 98 198 0.19 0.51 0 0.22 277.2 0.47 0.58
Hex A0 62 C6 13 33 0 16 115 2F 3A
Octal 240 142 306 23 63 0 26 425 57 72
Binary 10100000 1100010 11000110 10011 110011 0 10110 100010101 101111 111010

Color Harmonies of #A062C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062C6

Black with #A062C6

Text Example


Text Example

White with #A062C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062C6; }

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

 H1.HeaderClassName
 {
   color: #A062C6;
 }
 .AnyTagClassName
 {
   color: #A062C6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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