Html Css Color HEX #A174CF Amethyst

📋 copy color: '#A174CF'

red 161 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #A174CF

Tints of Amethyst #A174CF

RGB

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

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

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

R = 33.26%
G = 23.97%
B = 42.77%

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

#A174CF (or 0xA174CF) is known color: Amethyst. HEX triplet: A1, 74 and CF. RGB value is (161,116,207). Sum of RGB (Red+Green+Blue) = 161+116+207=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A174CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174CF is #5E8B30. Grayscale: #8B8B8B. Windows color (decimal): -6196017 or 13595809. OLE color: 13595809.

HSL color Cylindrical-coordinate representation of color #A174CF: hue angle of 269.67º 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 #A174CF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 116 207 -
CMYK 0.22 0.44 0 0.19
HSL 269.67º 0.49% 0.63% -
HSV(B) 269.67º 0.44% 0.81% -
XYZ 32.21 24.57 62.08 -
YUV 139.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 161 116 207 0.22 0.44 0 0.19 269.67 0.49 0.63
Hex A1 74 CF 16 2C 0 13 10E 31 3F
Octal 241 164 317 26 54 0 23 416 61 77
Binary 10100001 1110100 11001111 10110 101100 0 10011 100001110 110001 111111

Color Harmonies of #A174CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174CF

Black with #A174CF

Text Example


Text Example

White with #A174CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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