Html Css Color HEX #A062CE Amethyst

📋 copy color: '#A062CE'

red 160 ◦ green 98 ◦ blue 206

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

Shades of Amethyst #A062CE

Tints of Amethyst #A062CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 34.48%
G = 21.12%
B = 44.4%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A062CE (or 0xA062CE) is known color: Amethyst. HEX triplet: A0, 62 and CE. RGB value is (160,98,206). Sum of RGB (Red+Green+Blue) = 160+98+206=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #A062CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062CE is #5F9D31. Grayscale: #808080. Windows color (decimal): -6266162 or 13525664. OLE color: 13525664.

HSL color Cylindrical-coordinate representation of color #A062CE: hue angle of 274.44º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A062CE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 98 206 -
CMYK 0.22 0.52 0 0.19
HSL 274.44º 0.52% 0.6% -
HSV(B) 274.44º 0.52% 0.81% -
XYZ 30.01 20.67 60.8 -
YUV 128.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 160 98 206 0.22 0.52 0 0.19 274.44 0.52 0.6
Hex A0 62 CE 16 34 0 13 112 34 3C
Octal 240 142 316 26 64 0 23 422 64 74
Binary 10100000 1100010 11001110 10110 110100 0 10011 100010010 110100 111100

Color Harmonies of #A062CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062CE

Black with #A062CE

Text Example


Text Example

White with #A062CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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