Html Css Color HEX #A168BF Amethyst

📋 copy color: '#A168BF'

red 161 ◦ green 104 ◦ blue 191

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

Shades of Amethyst #A168BF

Tints of Amethyst #A168BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

 BLUE value IS 191 (75% from 255) = 41.89%

R = 35.31%
G = 22.81%
B = 41.89%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A168BF (or 0xA168BF) is known color: Amethyst. HEX triplet: A1, 68 and BF. RGB value is (161,104,191). Sum of RGB (Red+Green+Blue) = 161+104+191=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A168BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BF is #5E9740. Grayscale: #828282. Windows color (decimal): -6199105 or 12544161. OLE color: 12544161.

HSL color Cylindrical-coordinate representation of color #A168BF: hue angle of 279.31º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A168BF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 104 191 -
CMYK 0.16 0.46 0 0.25
HSL 279.31º 0.4% 0.58% -
HSV(B) 279.31º 0.46% 0.75% -
XYZ 29.05 21.24 51.86 -
YUV 130.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 161 104 191 0.16 0.46 0 0.25 279.31 0.4 0.58
Hex A1 68 BF 10 2E 0 19 117 28 3A
Octal 241 150 277 20 56 0 31 427 50 72
Binary 10100001 1101000 10111111 10000 101110 0 11001 100010111 101000 111010

Color Harmonies of #A168BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168BF

Black with #A168BF

Text Example


Text Example

White with #A168BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168BF; }

 p { color: rgb(161,104,191); }

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

background-color css

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

 a { background-color: rgb(161,104,191); }

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

border-color css

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

 span { border-color: rgb(161,104,191); }

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