Html Css Color HEX #A161CC Amethyst

📋 copy color: '#A161CC'

red 161 ◦ green 97 ◦ blue 204

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

Shades of Amethyst #A161CC

Tints of Amethyst #A161CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 34.85%
G = 21%
B = 44.16%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A161CC (or 0xA161CC) is known color: Amethyst. HEX triplet: A1, 61 and CC. RGB value is (161,97,204). Sum of RGB (Red+Green+Blue) = 161+97+204=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #A161CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161CC is #5E9E33. Grayscale: #7F7F7F. Windows color (decimal): -6200884 or 13394337. OLE color: 13394337.

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

Color convert

RGB 161 97 204 -
CMYK 0.21 0.52 0 0.2
HSL 275.89º 0.51% 0.59% -
HSV(B) 275.89º 0.52% 0.8% -
XYZ 29.87 20.49 59.51 -
YUV 128.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 161 97 204 0.21 0.52 0 0.2 275.89 0.51 0.59
Hex A1 61 CC 15 34 0 14 114 33 3B
Octal 241 141 314 25 64 0 24 424 63 73
Binary 10100001 1100001 11001100 10101 110100 0 10100 100010100 110011 111011

Color Harmonies of #A161CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161CC

Black with #A161CC

Text Example


Text Example

White with #A161CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161CC; }

 p { color: rgb(161,97,204); }

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

background-color css

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

 a { background-color: rgb(161,97,204); }

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

border-color css

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

 span { border-color: rgb(161,97,204); }

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