Html Css Color HEX #A167DB Amethyst

📋 copy color: '#A167DB'

red 161 ◦ green 103 ◦ blue 219

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

Shades of Amethyst #A167DB

Tints of Amethyst #A167DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.33%

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

R = 33.33%
G = 21.33%
B = 45.34%

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

#A167DB (or 0xA167DB) is known color: Amethyst. HEX triplet: A1, 67 and DB. RGB value is (161,103,219). Sum of RGB (Red+Green+Blue) = 161+103+219=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #A167DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167DB is #5E9824. Grayscale: #858585. Windows color (decimal): -6199333 or 14378913. OLE color: 14378913.

HSL color Cylindrical-coordinate representation of color #A167DB: hue angle of 270º degrees, saturation: 0.62, 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 #A167DB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 103 219 -
CMYK 0.26 0.53 0 0.14
HSL 270º 0.62% 0.63% -
HSV(B) 270º 0.53% 0.86% -
XYZ 32.33 22.39 69.64 -
YUV 133.57 176.22 147.57 -
System Red Green Blue C M Y K H S L
Decimal 161 103 219 0.26 0.53 0 0.14 270 0.62 0.63
Hex A1 67 DB 1A 35 0 E 10E 3E 3F
Octal 241 147 333 32 65 0 16 416 76 77
Binary 10100001 1100111 11011011 11010 110101 0 1110 100001110 111110 111111

Color Harmonies of #A167DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167DB

Black with #A167DB

Text Example


Text Example

White with #A167DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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