Html Css Color HEX #A372D6 Amethyst

📋 copy color: '#A372D6'

red 163 ◦ green 114 ◦ blue 214

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

Shades of Amethyst #A372D6

Tints of Amethyst #A372D6

RGB

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

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

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

R = 33.2%
G = 23.22%
B = 43.58%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A372D6 (or 0xA372D6) is known color: Amethyst. HEX triplet: A3, 72 and D6. RGB value is (163,114,214). Sum of RGB (Red+Green+Blue) = 163+114+214=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #A372D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372D6 is #5C8D29. Grayscale: #8B8B8B. Windows color (decimal): -6065450 or 14054051. OLE color: 14054051.

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

Color convert

RGB 163 114 214 -
CMYK 0.24 0.47 0 0.16
HSL 269.4º 0.55% 0.64% -
HSV(B) 269.4º 0.47% 0.84% -
XYZ 33.26 24.68 66.63 -
YUV 140.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 163 114 214 0.24 0.47 0 0.16 269.4 0.55 0.64
Hex A3 72 D6 18 2F 0 10 10D 37 40
Octal 243 162 326 30 57 0 20 415 67 100
Binary 10100011 1110010 11010110 11000 101111 0 10000 100001101 110111 1000000

Color Harmonies of #A372D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372D6

Black with #A372D6

Text Example


Text Example

White with #A372D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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