Html Css Color HEX #A168D8 Amethyst

📋 copy color: '#A168D8'

red 161 ◦ green 104 ◦ blue 216

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

Shades of Amethyst #A168D8

Tints of Amethyst #A168D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.91%

R = 33.47%
G = 21.62%
B = 44.91%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A168D8 (or 0xA168D8) is known color: Amethyst. HEX triplet: A1, 68 and D8. RGB value is (161,104,216). Sum of RGB (Red+Green+Blue) = 161+104+216=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #A168D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168D8 is #5E9727. Grayscale: #858585. Windows color (decimal): -6199080 or 14182561. OLE color: 14182561.

HSL color Cylindrical-coordinate representation of color #A168D8: hue angle of 270.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A168D8 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 104 216 -
CMYK 0.25 0.52 0 0.15
HSL 270.54º 0.59% 0.63% -
HSV(B) 270.54º 0.52% 0.85% -
XYZ 32.04 22.44 67.61 -
YUV 133.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 161 104 216 0.25 0.52 0 0.15 270.54 0.59 0.63
Hex A1 68 D8 19 34 0 F 10F 3B 3F
Octal 241 150 330 31 64 0 17 417 73 77
Binary 10100001 1101000 11011000 11001 110100 0 1111 100001111 111011 111111

Color Harmonies of #A168D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168D8

Black with #A168D8

Text Example


Text Example

White with #A168D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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