Html Css Color HEX #A168DB Amethyst

📋 copy color: '#A168DB'

red 161 ◦ green 104 ◦ blue 219

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

Shades of Amethyst #A168DB

Tints of Amethyst #A168DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 33.26%
G = 21.49%
B = 45.25%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A168DB (or 0xA168DB) is known color: Amethyst. HEX triplet: A1, 68 and DB. RGB value is (161,104,219). Sum of RGB (Red+Green+Blue) = 161+104+219=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A168DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168DB is #5E9724. Grayscale: #858585. Windows color (decimal): -6199077 or 14379169. OLE color: 14379169.

HSL color Cylindrical-coordinate representation of color #A168DB: hue angle of 269.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A168DB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 104 219 -
CMYK 0.26 0.53 0 0.14
HSL 269.74º 0.61% 0.63% -
HSV(B) 269.74º 0.53% 0.86% -
XYZ 32.43 22.59 69.67 -
YUV 134.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 161 104 219 0.26 0.53 0 0.14 269.74 0.61 0.63
Hex A1 68 DB 1A 35 0 E 10E 3D 3F
Octal 241 150 333 32 65 0 16 416 75 77
Binary 10100001 1101000 11011011 11010 110101 0 1110 100001110 111101 111111

Color Harmonies of #A168DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A168DB

Black with #A168DB

Text Example


Text Example

White with #A168DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A168DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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