Html Css Color HEX #A155D0 Amethyst

📋 copy color: '#A155D0'

red 161 ◦ green 85 ◦ blue 208

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

Shades of Amethyst #A155D0

Tints of Amethyst #A155D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 35.46%
G = 18.72%
B = 45.81%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A155D0 (or 0xA155D0) is known color: Amethyst. HEX triplet: A1, 55 and D0. RGB value is (161,85,208). Sum of RGB (Red+Green+Blue) = 161+85+208=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #A155D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155D0 is #5EAA2F. Grayscale: #797979. Windows color (decimal): -6203952 or 13653409. OLE color: 13653409.

HSL color Cylindrical-coordinate representation of color #A155D0: hue angle of 277.07º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A155D0 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 85 208 -
CMYK 0.23 0.59 0 0.18
HSL 277.07º 0.57% 0.57% -
HSV(B) 277.07º 0.59% 0.82% -
XYZ 29.33 18.63 61.72 -
YUV 121.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 161 85 208 0.23 0.59 0 0.18 277.07 0.57 0.57
Hex A1 55 D0 17 3B 0 12 115 39 39
Octal 241 125 320 27 73 0 22 425 71 71
Binary 10100001 1010101 11010000 10111 111011 0 10010 100010101 111001 111001

Color Harmonies of #A155D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155D0

Black with #A155D0

Text Example


Text Example

White with #A155D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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