Html Css Color HEX #A164CD Amethyst

📋 copy color: '#A164CD'

red 161 ◦ green 100 ◦ blue 205

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

Shades of Amethyst #A164CD

Tints of Amethyst #A164CD

RGB

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

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

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

R = 34.55%
G = 21.46%
B = 43.99%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A164CD (or 0xA164CD) is known color: Amethyst. HEX triplet: A1, 64 and CD. RGB value is (161,100,205). Sum of RGB (Red+Green+Blue) = 161+100+205=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A164CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164CD is #5E9B32. Grayscale: #818181. Windows color (decimal): -6200115 or 13460641. OLE color: 13460641.

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

Color convert

RGB 161 100 205 -
CMYK 0.21 0.51 0 0.20
HSL 274.86º 0.51% 0.6% -
HSV(B) 274.86º 0.51% 0.8% -
XYZ 30.27 21.1 60.23 -
YUV 130.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 161 100 205 0.21 0.51 0 0.20 274.86 0.51 0.6
Hex A1 64 CD 15 33 0 14 113 33 3C
Octal 241 144 315 25 63 0 24 423 63 74
Binary 10100001 1100100 11001101 10101 110011 0 10100 100010011 110011 111100

Color Harmonies of #A164CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A164CD

Black with #A164CD

Text Example


Text Example

White with #A164CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A164CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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