Html Css Color HEX #A167DF Amethyst

📋 copy color: '#A167DF'

red 161 ◦ green 103 ◦ blue 223

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

Shades of Amethyst #A167DF

Tints of Amethyst #A167DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 33.06%
G = 21.15%
B = 45.79%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A167DF (or 0xA167DF) is known color: Amethyst. HEX triplet: A1, 67 and DF. RGB value is (161,103,223). Sum of RGB (Red+Green+Blue) = 161+103+223=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A167DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167DF is #5E9820. Grayscale: #858585. Windows color (decimal): -6199329 or 14641057. OLE color: 14641057.

HSL color Cylindrical-coordinate representation of color #A167DF: hue angle of 269º degrees, saturation: 0.65, 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 #A167DF is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 103 223 -
CMYK 0.28 0.54 0 0.13
HSL 269º 0.65% 0.64% -
HSV(B) 269º 0.54% 0.87% -
XYZ 32.87 22.61 72.44 -
YUV 134.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 161 103 223 0.28 0.54 0 0.13 269 0.65 0.64
Hex A1 67 DF 1C 36 0 D 10D 41 40
Octal 241 147 337 34 66 0 15 415 101 100
Binary 10100001 1100111 11011111 11100 110110 0 1101 100001101 1000001 1000000

Color Harmonies of #A167DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167DF

Black with #A167DF

Text Example


Text Example

White with #A167DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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