Html Css Color HEX #A372D1 Amethyst

📋 copy color: '#A372D1'

red 163 ◦ green 114 ◦ blue 209

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

Shades of Amethyst #A372D1

Tints of Amethyst #A372D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 33.54%
G = 23.46%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A372D1 (or 0xA372D1) is known color: Amethyst. HEX triplet: A3, 72 and D1. RGB value is (163,114,209). Sum of RGB (Red+Green+Blue) = 163+114+209=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A372D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372D1 is #5C8D2E. Grayscale: #8B8B8B. Windows color (decimal): -6065455 or 13726371. OLE color: 13726371.

HSL color Cylindrical-coordinate representation of color #A372D1: hue angle of 270.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A372D1 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 114 209 -
CMYK 0.22 0.45 0 0.18
HSL 270.95º 0.51% 0.63% -
HSV(B) 270.95º 0.45% 0.82% -
XYZ 32.63 24.42 63.32 -
YUV 139.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 163 114 209 0.22 0.45 0 0.18 270.95 0.51 0.63
Hex A3 72 D1 16 2D 0 12 10F 33 3F
Octal 243 162 321 26 55 0 22 417 63 77
Binary 10100011 1110010 11010001 10110 101101 0 10010 100001111 110011 111111

Color Harmonies of #A372D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372D1

Black with #A372D1

Text Example


Text Example

White with #A372D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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