Html Css Color HEX #A165C2 Amethyst

📋 copy color: '#A165C2'

red 161 ◦ green 101 ◦ blue 194

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

Shades of Amethyst #A165C2

Tints of Amethyst #A165C2

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.15%

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 35.31%
G = 22.15%
B = 42.54%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A165C2 (or 0xA165C2) is known color: Amethyst. HEX triplet: A1, 65 and C2. RGB value is (161,101,194). Sum of RGB (Red+Green+Blue) = 161+101+194=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #A165C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165C2 is #5E9A3D. Grayscale: #818181. Windows color (decimal): -6199870 or 12740001. OLE color: 12740001.

HSL color Cylindrical-coordinate representation of color #A165C2: hue angle of 278.71º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A165C2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 101 194 -
CMYK 0.17 0.48 0 0.24
HSL 278.71º 0.43% 0.58% -
HSV(B) 278.71º 0.48% 0.76% -
XYZ 29.09 20.78 53.52 -
YUV 129.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 161 101 194 0.17 0.48 0 0.24 278.71 0.43 0.58
Hex A1 65 C2 11 30 0 18 117 2B 3A
Octal 241 145 302 21 60 0 30 427 53 72
Binary 10100001 1100101 11000010 10001 110000 0 11000 100010111 101011 111010

Color Harmonies of #A165C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165C2

Black with #A165C2

Text Example


Text Example

White with #A165C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165C2; }

 p { color: rgb(161,101,194); }

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

background-color css

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

 a { background-color: rgb(161,101,194); }

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

border-color css

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

 span { border-color: rgb(161,101,194); }

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