Html Css Color HEX #A073CF Amethyst

📋 copy color: '#A073CF'

red 160 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #A073CF

Tints of Amethyst #A073CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 33.2%
G = 23.86%
B = 42.95%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A073CF (or 0xA073CF) is known color: Amethyst. HEX triplet: A0, 73 and CF. RGB value is (160,115,207). Sum of RGB (Red+Green+Blue) = 160+115+207=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A073CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CF is #5F8C30. Grayscale: #8A8A8A. Windows color (decimal): -6261809 or 13595552. OLE color: 13595552.

HSL color Cylindrical-coordinate representation of color #A073CF: hue angle of 269.35º degrees, saturation: 0.49, 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 #A073CF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 115 207 -
CMYK 0.23 0.44 0 0.19
HSL 269.35º 0.49% 0.63% -
HSV(B) 269.35º 0.44% 0.81% -
XYZ 31.89 24.24 62.03 -
YUV 138.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 160 115 207 0.23 0.44 0 0.19 269.35 0.49 0.63
Hex A0 73 CF 17 2C 0 13 10D 31 3F
Octal 240 163 317 27 54 0 23 415 61 77
Binary 10100000 1110011 11001111 10111 101100 0 10011 100001101 110001 111111

Color Harmonies of #A073CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A073CF

Black with #A073CF

Text Example


Text Example

White with #A073CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A073CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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