Html Css Color HEX #A164CF Amethyst

📋 copy color: '#A164CF'

red 161 ◦ green 100 ◦ blue 207

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

Shades of Amethyst #A164CF

Tints of Amethyst #A164CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.37%

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

R = 34.4%
G = 21.37%
B = 44.23%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A164CF (or 0xA164CF) is known color: Amethyst. HEX triplet: A1, 64 and CF. RGB value is (161,100,207). Sum of RGB (Red+Green+Blue) = 161+100+207=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A164CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164CF is #5E9B30. Grayscale: #828282. Windows color (decimal): -6200113 or 13591713. OLE color: 13591713.

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

Color convert

RGB 161 100 207 -
CMYK 0.22 0.52 0 0.19
HSL 274.21º 0.53% 0.6% -
HSV(B) 274.21º 0.52% 0.81% -
XYZ 30.52 21.2 61.51 -
YUV 130.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 161 100 207 0.22 0.52 0 0.19 274.21 0.53 0.6
Hex A1 64 CF 16 34 0 13 112 35 3C
Octal 241 144 317 26 64 0 23 422 65 74
Binary 10100001 1100100 11001111 10110 110100 0 10011 100010010 110101 111100

Color Harmonies of #A164CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164CF

Black with #A164CF

Text Example


Text Example

White with #A164CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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