Html Css Color HEX #A155DC Amethyst

📋 copy color: '#A155DC'

red 161 ◦ green 85 ◦ blue 220

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

Shades of Amethyst #A155DC

Tints of Amethyst #A155DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 34.55%
G = 18.24%
B = 47.21%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A155DC (or 0xA155DC) is known color: Amethyst. HEX triplet: A1, 55 and DC. RGB value is (161,85,220). Sum of RGB (Red+Green+Blue) = 161+85+220=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A155DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155DC is #5EAA23. Grayscale: #7A7A7A. Windows color (decimal): -6203940 or 14439841. OLE color: 14439841.

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

Color convert

RGB 161 85 220 -
CMYK 0.27 0.61 0 0.14
HSL 273.78º 0.66% 0.6% -
HSV(B) 273.78º 0.61% 0.86% -
XYZ 30.86 19.24 69.8 -
YUV 123.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 161 85 220 0.27 0.61 0 0.14 273.78 0.66 0.6
Hex A1 55 DC 1B 3D 0 E 112 42 3C
Octal 241 125 334 33 75 0 16 422 102 74
Binary 10100001 1010101 11011100 11011 111101 0 1110 100010010 1000010 111100

Color Harmonies of #A155DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155DC

Black with #A155DC

Text Example


Text Example

White with #A155DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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