Html Css Color HEX #A168C6 Amethyst

📋 copy color: '#A168C6'

red 161 ◦ green 104 ◦ blue 198

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

Shades of Amethyst #A168C6

Tints of Amethyst #A168C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 34.77%
G = 22.46%
B = 42.76%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A168C6 (or 0xA168C6) is known color: Amethyst. HEX triplet: A1, 68 and C6. RGB value is (161,104,198). Sum of RGB (Red+Green+Blue) = 161+104+198=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #A168C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168C6 is #5E9739. Grayscale: #838383. Windows color (decimal): -6199098 or 13002913. OLE color: 13002913.

HSL color Cylindrical-coordinate representation of color #A168C6: hue angle of 276.38º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A168C6 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 104 198 -
CMYK 0.19 0.47 0 0.22
HSL 276.38º 0.45% 0.59% -
HSV(B) 276.38º 0.47% 0.78% -
XYZ 29.84 21.55 56.01 -
YUV 131.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 161 104 198 0.19 0.47 0 0.22 276.38 0.45 0.59
Hex A1 68 C6 13 2F 0 16 114 2D 3B
Octal 241 150 306 23 57 0 26 424 55 73
Binary 10100001 1101000 11000110 10011 101111 0 10110 100010100 101101 111011

Color Harmonies of #A168C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168C6

Black with #A168C6

Text Example


Text Example

White with #A168C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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