Html Css Color HEX #A172CF Amethyst

📋 copy color: '#A172CF'

red 161 ◦ green 114 ◦ blue 207

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

Shades of Amethyst #A172CF

Tints of Amethyst #A172CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 33.4%
G = 23.65%
B = 42.95%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A172CF (or 0xA172CF) is known color: Amethyst. HEX triplet: A1, 72 and CF. RGB value is (161,114,207). Sum of RGB (Red+Green+Blue) = 161+114+207=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A172CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172CF is #5E8D30. Grayscale: #8A8A8A. Windows color (decimal): -6196529 or 13595297. OLE color: 13595297.

HSL color Cylindrical-coordinate representation of color #A172CF: hue angle of 270.32º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A172CF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 114 207 -
CMYK 0.22 0.45 0 0.19
HSL 270.32º 0.49% 0.63% -
HSV(B) 270.32º 0.45% 0.81% -
XYZ 31.98 24.12 62 -
YUV 138.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 161 114 207 0.22 0.45 0 0.19 270.32 0.49 0.63
Hex A1 72 CF 16 2D 0 13 10E 31 3F
Octal 241 162 317 26 55 0 23 416 61 77
Binary 10100001 1110010 11001111 10110 101101 0 10011 100001110 110001 111111

Color Harmonies of #A172CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172CF

Black with #A172CF

Text Example


Text Example

White with #A172CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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