Html Css Color HEX #A172CD Amethyst

📋 copy color: '#A172CD'

red 161 ◦ green 114 ◦ blue 205

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

Shades of Amethyst #A172CD

Tints of Amethyst #A172CD

RGB

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

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

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

R = 33.54%
G = 23.75%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A172CD (or 0xA172CD) is known color: Amethyst. HEX triplet: A1, 72 and CD. RGB value is (161,114,205). Sum of RGB (Red+Green+Blue) = 161+114+205=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A172CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172CD is #5E8D32. Grayscale: #8A8A8A. Windows color (decimal): -6196531 or 13464225. OLE color: 13464225.

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

Color convert

RGB 161 114 205 -
CMYK 0.21 0.44 0 0.20
HSL 270.99º 0.48% 0.63% -
HSV(B) 270.99º 0.44% 0.8% -
XYZ 31.73 24.02 60.72 -
YUV 138.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 161 114 205 0.21 0.44 0 0.20 270.99 0.48 0.63
Hex A1 72 CD 15 2C 0 14 10F 30 3F
Octal 241 162 315 25 54 0 24 417 60 77
Binary 10100001 1110010 11001101 10101 101100 0 10100 100001111 110000 111111

Color Harmonies of #A172CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172CD

Black with #A172CD

Text Example


Text Example

White with #A172CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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