Html Css Color HEX #A172D2 Amethyst

📋 copy color: '#A172D2'

red 161 ◦ green 114 ◦ blue 210

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

Shades of Amethyst #A172D2

Tints of Amethyst #A172D2

RGB

 RED value IS 161 (63.28% from 255) = 33.2%

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

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 33.2%
G = 23.51%
B = 43.3%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A172D2 (or 0xA172D2) is known color: Amethyst. HEX triplet: A1, 72 and D2. RGB value is (161,114,210). Sum of RGB (Red+Green+Blue) = 161+114+210=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #A172D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172D2 is #5E8D2D. Grayscale: #8A8A8A. Windows color (decimal): -6196526 or 13791905. OLE color: 13791905.

HSL color Cylindrical-coordinate representation of color #A172D2: hue angle of 269.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A172D2 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 114 210 -
CMYK 0.23 0.46 0 0.18
HSL 269.38º 0.52% 0.64% -
HSV(B) 269.38º 0.46% 0.82% -
XYZ 32.35 24.26 63.95 -
YUV 139 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 161 114 210 0.23 0.46 0 0.18 269.38 0.52 0.64
Hex A1 72 D2 17 2E 0 12 10D 34 40
Octal 241 162 322 27 56 0 22 415 64 100
Binary 10100001 1110010 11010010 10111 101110 0 10010 100001101 110100 1000000

Color Harmonies of #A172D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172D2

Black with #A172D2

Text Example


Text Example

White with #A172D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172D2; }

 p { color: rgb(161,114,210); }

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

background-color css

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

 a { background-color: rgb(161,114,210); }

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

border-color css

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

 span { border-color: rgb(161,114,210); }

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