Html Css Color HEX #A174D5 Amethyst

📋 copy color: '#A174D5'

red 161 ◦ green 116 ◦ blue 213

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

Shades of Amethyst #A174D5

Tints of Amethyst #A174D5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 32.86%
G = 23.67%
B = 43.47%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A174D5 (or 0xA174D5) is known color: Amethyst. HEX triplet: A1, 74 and D5. RGB value is (161,116,213). Sum of RGB (Red+Green+Blue) = 161+116+213=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #A174D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174D5 is #5E8B2A. Grayscale: #8C8C8C. Windows color (decimal): -6196011 or 13989025. OLE color: 13989025.

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

Color convert

RGB 161 116 213 -
CMYK 0.24 0.46 0 0.16
HSL 267.84º 0.54% 0.65% -
HSV(B) 267.84º 0.46% 0.84% -
XYZ 32.95 24.87 66.01 -
YUV 140.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 161 116 213 0.24 0.46 0 0.16 267.84 0.54 0.65
Hex A1 74 D5 18 2E 0 10 10C 36 41
Octal 241 164 325 30 56 0 20 414 66 101
Binary 10100001 1110100 11010101 11000 101110 0 10000 100001100 110110 1000001

Color Harmonies of #A174D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174D5

Black with #A174D5

Text Example


Text Example

White with #A174D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174D5; }

 p { color: rgb(161,116,213); }

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

background-color css

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

 a { background-color: rgb(161,116,213); }

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

border-color css

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

 span { border-color: rgb(161,116,213); }

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