Html Css Color HEX #A373D6 Amethyst

📋 copy color: '#A373D6'

red 163 ◦ green 115 ◦ blue 214

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

Shades of Amethyst #A373D6

Tints of Amethyst #A373D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 33.13%
G = 23.37%
B = 43.5%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A373D6 (or 0xA373D6) is known color: Amethyst. HEX triplet: A3, 73 and D6. RGB value is (163,115,214). Sum of RGB (Red+Green+Blue) = 163+115+214=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #A373D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373D6 is #5C8C29. Grayscale: #8C8C8C. Windows color (decimal): -6065194 or 14054307. OLE color: 14054307.

HSL color Cylindrical-coordinate representation of color #A373D6: hue angle of 269.09º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A373D6 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 115 214 -
CMYK 0.24 0.46 0 0.16
HSL 269.09º 0.55% 0.65% -
HSV(B) 269.09º 0.46% 0.84% -
XYZ 33.37 24.9 66.67 -
YUV 140.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 163 115 214 0.24 0.46 0 0.16 269.09 0.55 0.65
Hex A3 73 D6 18 2E 0 10 10D 37 41
Octal 243 163 326 30 56 0 20 415 67 101
Binary 10100011 1110011 11010110 11000 101110 0 10000 100001101 110111 1000001

Color Harmonies of #A373D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A373D6

Black with #A373D6

Text Example


Text Example

White with #A373D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A373D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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