Html Css Color HEX #A372D7 Amethyst

📋 copy color: '#A372D7'

red 163 ◦ green 114 ◦ blue 215

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

Shades of Amethyst #A372D7

Tints of Amethyst #A372D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 33.13%
G = 23.17%
B = 43.7%

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

#A372D7 (or 0xA372D7) is known color: Amethyst. HEX triplet: A3, 72 and D7. RGB value is (163,114,215). Sum of RGB (Red+Green+Blue) = 163+114+215=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #A372D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372D7 is #5C8D28. Grayscale: #8B8B8B. Windows color (decimal): -6065449 or 14119587. OLE color: 14119587.

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

Color convert

RGB 163 114 215 -
CMYK 0.24 0.47 0 0.16
HSL 269.11º 0.56% 0.65% -
HSV(B) 269.11º 0.47% 0.84% -
XYZ 33.39 24.73 67.3 -
YUV 140.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 163 114 215 0.24 0.47 0 0.16 269.11 0.56 0.65
Hex A3 72 D7 18 2F 0 10 10D 38 41
Octal 243 162 327 30 57 0 20 415 70 101
Binary 10100011 1110010 11010111 11000 101111 0 10000 100001101 111000 1000001

Color Harmonies of #A372D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372D7

Black with #A372D7

Text Example


Text Example

White with #A372D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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