Html Css Color HEX #A174CD Amethyst

📋 copy color: '#A174CD'

red 161 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #A174CD

Tints of Amethyst #A174CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 33.4%
G = 24.07%
B = 42.53%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A174CD (or 0xA174CD) is known color: Amethyst. HEX triplet: A1, 74 and CD. RGB value is (161,116,205). Sum of RGB (Red+Green+Blue) = 161+116+205=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A174CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174CD is #5E8B32. Grayscale: #8B8B8B. Windows color (decimal): -6196019 or 13464737. OLE color: 13464737.

HSL color Cylindrical-coordinate representation of color #A174CD: hue angle of 270.34º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A174CD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 116 205 -
CMYK 0.21 0.43 0 0.20
HSL 270.34º 0.47% 0.63% -
HSV(B) 270.34º 0.43% 0.8% -
XYZ 31.96 24.48 60.8 -
YUV 139.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 161 116 205 0.21 0.43 0 0.20 270.34 0.47 0.63
Hex A1 74 CD 15 2B 0 14 10E 2F 3F
Octal 241 164 315 25 53 0 24 416 57 77
Binary 10100001 1110100 11001101 10101 101011 0 10100 100001110 101111 111111

Color Harmonies of #A174CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174CD

Black with #A174CD

Text Example


Text Example

White with #A174CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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