Html Css Color HEX #A172D6 Amethyst

📋 copy color: '#A172D6'

red 161 ◦ green 114 ◦ blue 214

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

Shades of Amethyst #A172D6

Tints of Amethyst #A172D6

RGB

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

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

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

R = 32.92%
G = 23.31%
B = 43.76%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A172D6 (or 0xA172D6) is known color: Amethyst. HEX triplet: A1, 72 and D6. RGB value is (161,114,214). Sum of RGB (Red+Green+Blue) = 161+114+214=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #A172D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172D6 is #5E8D29. Grayscale: #8B8B8B. Windows color (decimal): -6196522 or 14054049. OLE color: 14054049.

HSL color Cylindrical-coordinate representation of color #A172D6: hue angle of 268.2º 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 #A172D6 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 114 214 -
CMYK 0.25 0.47 0 0.16
HSL 268.2º 0.55% 0.64% -
HSV(B) 268.2º 0.47% 0.84% -
XYZ 32.85 24.47 66.61 -
YUV 139.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 161 114 214 0.25 0.47 0 0.16 268.2 0.55 0.64
Hex A1 72 D6 19 2F 0 10 10C 37 40
Octal 241 162 326 31 57 0 20 414 67 100
Binary 10100001 1110010 11010110 11001 101111 0 10000 100001100 110111 1000000

Color Harmonies of #A172D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172D6

Black with #A172D6

Text Example


Text Example

White with #A172D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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