Html Css Color HEX #A372C5 Amethyst

📋 copy color: '#A372C5'

red 163 ◦ green 114 ◦ blue 197

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

Shades of Amethyst #A372C5

Tints of Amethyst #A372C5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

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

R = 34.39%
G = 24.05%
B = 41.56%

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

#A372C5 (or 0xA372C5) is known color: Amethyst. HEX triplet: A3, 72 and C5. RGB value is (163,114,197). Sum of RGB (Red+Green+Blue) = 163+114+197=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #A372C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372C5 is #5C8D3A. Grayscale: #898989. Windows color (decimal): -6065467 or 12939939. OLE color: 12939939.

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

Color convert

RGB 163 114 197 -
CMYK 0.17 0.42 0 0.23
HSL 275.42º 0.42% 0.61% -
HSV(B) 275.42º 0.42% 0.77% -
XYZ 31.2 23.85 55.78 -
YUV 138.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 163 114 197 0.17 0.42 0 0.23 275.42 0.42 0.61
Hex A3 72 C5 11 2A 0 17 113 2A 3D
Octal 243 162 305 21 52 0 27 423 52 75
Binary 10100011 1110010 11000101 10001 101010 0 10111 100010011 101010 111101

Color Harmonies of #A372C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372C5

Black with #A372C5

Text Example


Text Example

White with #A372C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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