Html Css Color HEX #A373C5 Amethyst

📋 copy color: '#A373C5'

red 163 ◦ green 115 ◦ blue 197

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

Shades of Amethyst #A373C5

Tints of Amethyst #A373C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 34.32%
G = 24.21%
B = 41.47%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A373C5 (or 0xA373C5) is known color: Amethyst. HEX triplet: A3, 73 and C5. RGB value is (163,115,197). Sum of RGB (Red+Green+Blue) = 163+115+197=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #A373C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373C5 is #5C8C3A. Grayscale: #8A8A8A. Windows color (decimal): -6065211 or 12940195. OLE color: 12940195.

HSL color Cylindrical-coordinate representation of color #A373C5: hue angle of 275.12º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A373C5 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 115 197 -
CMYK 0.17 0.42 0 0.23
HSL 275.12º 0.41% 0.61% -
HSV(B) 275.12º 0.42% 0.77% -
XYZ 31.31 24.08 55.82 -
YUV 138.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 163 115 197 0.17 0.42 0 0.23 275.12 0.41 0.61
Hex A3 73 C5 11 2A 0 17 113 29 3D
Octal 243 163 305 21 52 0 27 423 51 75
Binary 10100011 1110011 11000101 10001 101010 0 10111 100010011 101001 111101

Color Harmonies of #A373C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373C5

Black with #A373C5

Text Example


Text Example

White with #A373C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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