Html Css Color HEX #A173CF Amethyst

📋 copy color: '#A173CF'

red 161 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #A173CF

Tints of Amethyst #A173CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 33.33%
G = 23.81%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A173CF (or 0xA173CF) is known color: Amethyst. HEX triplet: A1, 73 and CF. RGB value is (161,115,207). Sum of RGB (Red+Green+Blue) = 161+115+207=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A173CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173CF is #5E8C30. Grayscale: #8A8A8A. Windows color (decimal): -6196273 or 13595553. OLE color: 13595553.

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

Color convert

RGB 161 115 207 -
CMYK 0.22 0.44 0 0.19
HSL 270º 0.49% 0.63% -
HSV(B) 270º 0.44% 0.81% -
XYZ 32.09 24.34 62.04 -
YUV 139.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 161 115 207 0.22 0.44 0 0.19 270 0.49 0.63
Hex A1 73 CF 16 2C 0 13 10E 31 3F
Octal 241 163 317 26 54 0 23 416 61 77
Binary 10100001 1110011 11001111 10110 101100 0 10011 100001110 110001 111111

Color Harmonies of #A173CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173CF

Black with #A173CF

Text Example


Text Example

White with #A173CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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