Html Css Color HEX #A371C3 Amethyst

📋 copy color: '#A371C3'

red 163 ◦ green 113 ◦ blue 195

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

Shades of Amethyst #A371C3

Tints of Amethyst #A371C3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 34.61%
G = 23.99%
B = 41.4%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A371C3 (or 0xA371C3) is known color: Amethyst. HEX triplet: A3, 71 and C3. RGB value is (163,113,195). Sum of RGB (Red+Green+Blue) = 163+113+195=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #A371C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371C3 is #5C8E3C. Grayscale: #898989. Windows color (decimal): -6065725 or 12808611. OLE color: 12808611.

HSL color Cylindrical-coordinate representation of color #A371C3: hue angle of 276.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A371C3 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 113 195 -
CMYK 0.16 0.42 0 0.24
HSL 276.59º 0.41% 0.6% -
HSV(B) 276.59º 0.42% 0.76% -
XYZ 30.86 23.54 54.55 -
YUV 137.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 163 113 195 0.16 0.42 0 0.24 276.59 0.41 0.6
Hex A3 71 C3 10 2A 0 18 115 29 3C
Octal 243 161 303 20 52 0 30 425 51 74
Binary 10100011 1110001 11000011 10000 101010 0 11000 100010101 101001 111100

Color Harmonies of #A371C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371C3

Black with #A371C3

Text Example


Text Example

White with #A371C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371C3; }

 p { color: rgb(163,113,195); }

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

background-color css

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

 a { background-color: rgb(163,113,195); }

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

border-color css

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

 span { border-color: rgb(163,113,195); }

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