Html Css Color HEX #A373C7 Amethyst

📋 copy color: '#A373C7'

red 163 ◦ green 115 ◦ blue 199

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

Shades of Amethyst #A373C7

Tints of Amethyst #A373C7

RGB

 RED value IS 163 (64.06% from 255) = 34.17%

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

 BLUE value IS 199 (78.13% from 255) = 41.72%

R = 34.17%
G = 24.11%
B = 41.72%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A373C7 (or 0xA373C7) is known color: Amethyst. HEX triplet: A3, 73 and C7. RGB value is (163,115,199). Sum of RGB (Red+Green+Blue) = 163+115+199=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #A373C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373C7 is #5C8C38. Grayscale: #8A8A8A. Windows color (decimal): -6065209 or 13071267. OLE color: 13071267.

HSL color Cylindrical-coordinate representation of color #A373C7: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A373C7 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 115 199 -
CMYK 0.18 0.42 0 0.22
HSL 274.29º 0.43% 0.62% -
HSV(B) 274.29º 0.42% 0.78% -
XYZ 31.54 24.17 57.04 -
YUV 138.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 163 115 199 0.18 0.42 0 0.22 274.29 0.43 0.62
Hex A3 73 C7 12 2A 0 16 112 2B 3E
Octal 243 163 307 22 52 0 26 422 53 76
Binary 10100011 1110011 11000111 10010 101010 0 10110 100010010 101011 111110

Color Harmonies of #A373C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373C7

Black with #A373C7

Text Example


Text Example

White with #A373C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373C7; }

 p { color: rgb(163,115,199); }

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

background-color css

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

 a { background-color: rgb(163,115,199); }

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

border-color css

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

 span { border-color: rgb(163,115,199); }

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