Html Css Color HEX #A073CE Amethyst

📋 copy color: '#A073CE'

red 160 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #A073CE

Tints of Amethyst #A073CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

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

R = 33.26%
G = 23.91%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A073CE (or 0xA073CE) is known color: Amethyst. HEX triplet: A0, 73 and CE. RGB value is (160,115,206). Sum of RGB (Red+Green+Blue) = 160+115+206=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A073CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CE is #5F8C31. Grayscale: #8A8A8A. Windows color (decimal): -6261810 or 13530016. OLE color: 13530016.

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

Color convert

RGB 160 115 206 -
CMYK 0.22 0.44 0 0.19
HSL 269.67º 0.48% 0.63% -
HSV(B) 269.67º 0.44% 0.81% -
XYZ 31.77 24.19 61.39 -
YUV 138.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 160 115 206 0.22 0.44 0 0.19 269.67 0.48 0.63
Hex A0 73 CE 16 2C 0 13 10E 30 3F
Octal 240 163 316 26 54 0 23 416 60 77
Binary 10100000 1110011 11001110 10110 101100 0 10011 100001110 110000 111111

Color Harmonies of #A073CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073CE

Black with #A073CE

Text Example


Text Example

White with #A073CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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