Html Css Color HEX #A16CCA Amethyst

📋 copy color: '#A16CCA'

red 161 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #A16CCA

Tints of Amethyst #A16CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 34.18%
G = 22.93%
B = 42.89%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A16CCA (or 0xA16CCA) is known color: Amethyst. HEX triplet: A1, 6C and CA. RGB value is (161,108,202). Sum of RGB (Red+Green+Blue) = 161+108+202=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #A16CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCA is #5E9335. Grayscale: #868686. Windows color (decimal): -6198070 or 13266081. OLE color: 13266081.

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

Color convert

RGB 161 108 202 -
CMYK 0.20 0.47 0 0.21
HSL 273.83º 0.47% 0.61% -
HSV(B) 273.83º 0.47% 0.79% -
XYZ 30.72 22.57 58.61 -
YUV 134.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 161 108 202 0.20 0.47 0 0.21 273.83 0.47 0.61
Hex A1 6C CA 14 2F 0 15 112 2F 3D
Octal 241 154 312 24 57 0 25 422 57 75
Binary 10100001 1101100 11001010 10100 101111 0 10101 100010010 101111 111101

Color Harmonies of #A16CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CCA

Black with #A16CCA

Text Example


Text Example

White with #A16CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CCA; }

 p { color: rgb(161,108,202); }

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

background-color css

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

 a { background-color: rgb(161,108,202); }

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

border-color css

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

 span { border-color: rgb(161,108,202); }

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