Html Css Color HEX #A155DF Amethyst

📋 copy color: '#A155DF'

red 161 ◦ green 85 ◦ blue 223

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

Shades of Amethyst #A155DF

Tints of Amethyst #A155DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

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

R = 34.33%
G = 18.12%
B = 47.55%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A155DF (or 0xA155DF) is known color: Amethyst. HEX triplet: A1, 55 and DF. RGB value is (161,85,223). Sum of RGB (Red+Green+Blue) = 161+85+223=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #A155DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155DF is #5EAA20. Grayscale: #7A7A7A. Windows color (decimal): -6203937 or 14636449. OLE color: 14636449.

HSL color Cylindrical-coordinate representation of color #A155DF: hue angle of 273.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A155DF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 85 223 -
CMYK 0.28 0.62 0 0.13
HSL 273.04º 0.68% 0.6% -
HSV(B) 273.04º 0.62% 0.87% -
XYZ 31.27 19.4 71.91 -
YUV 123.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 161 85 223 0.28 0.62 0 0.13 273.04 0.68 0.6
Hex A1 55 DF 1C 3E 0 D 111 44 3C
Octal 241 125 337 34 76 0 15 421 104 74
Binary 10100001 1010101 11011111 11100 111110 0 1101 100010001 1000100 111100

Color Harmonies of #A155DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155DF

Black with #A155DF

Text Example


Text Example

White with #A155DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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