Html Css Color HEX #A167DE Amethyst

📋 copy color: '#A167DE'

red 161 ◦ green 103 ◦ blue 222

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

Shades of Amethyst #A167DE

Tints of Amethyst #A167DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 33.13%
G = 21.19%
B = 45.68%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A167DE (or 0xA167DE) is known color: Amethyst. HEX triplet: A1, 67 and DE. RGB value is (161,103,222). Sum of RGB (Red+Green+Blue) = 161+103+222=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #A167DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167DE is #5E9821. Grayscale: #858585. Windows color (decimal): -6199330 or 14575521. OLE color: 14575521.

HSL color Cylindrical-coordinate representation of color #A167DE: hue angle of 269.24º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A167DE is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 103 222 -
CMYK 0.27 0.54 0 0.13
HSL 269.24º 0.64% 0.64% -
HSV(B) 269.24º 0.54% 0.87% -
XYZ 32.73 22.55 71.73 -
YUV 133.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 161 103 222 0.27 0.54 0 0.13 269.24 0.64 0.64
Hex A1 67 DE 1B 36 0 D 10D 40 40
Octal 241 147 336 33 66 0 15 415 100 100
Binary 10100001 1100111 11011110 11011 110110 0 1101 100001101 1000000 1000000

Color Harmonies of #A167DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167DE

Black with #A167DE

Text Example


Text Example

White with #A167DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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