Html Css Color HEX #A16CCB Amethyst

📋 copy color: '#A16CCB'

red 161 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #A16CCB

Tints of Amethyst #A16CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 34.11%
G = 22.88%
B = 43.01%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A16CCB (or 0xA16CCB) is known color: Amethyst. HEX triplet: A1, 6C and CB. RGB value is (161,108,203). Sum of RGB (Red+Green+Blue) = 161+108+203=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #A16CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CCB is #5E9334. Grayscale: #868686. Windows color (decimal): -6198069 or 13331617. OLE color: 13331617.

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

Color convert

RGB 161 108 203 -
CMYK 0.21 0.47 0 0.20
HSL 273.47º 0.48% 0.61% -
HSV(B) 273.47º 0.47% 0.8% -
XYZ 30.84 22.61 59.24 -
YUV 134.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 161 108 203 0.21 0.47 0 0.20 273.47 0.48 0.61
Hex A1 6C CB 15 2F 0 14 111 30 3D
Octal 241 154 313 25 57 0 24 421 60 75
Binary 10100001 1101100 11001011 10101 101111 0 10100 100010001 110000 111101

Color Harmonies of #A16CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16CCB

Black with #A16CCB

Text Example


Text Example

White with #A16CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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