Html Css Color HEX #A155DB Amethyst

📋 copy color: '#A155DB'

red 161 ◦ green 85 ◦ blue 219

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

Shades of Amethyst #A155DB

Tints of Amethyst #A155DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 34.62%
G = 18.28%
B = 47.1%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A155DB (or 0xA155DB) is known color: Amethyst. HEX triplet: A1, 55 and DB. RGB value is (161,85,219). Sum of RGB (Red+Green+Blue) = 161+85+219=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A155DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155DB is #5EAA24. Grayscale: #7A7A7A. Windows color (decimal): -6203941 or 14374305. OLE color: 14374305.

HSL color Cylindrical-coordinate representation of color #A155DB: hue angle of 274.03º degrees, saturation: 0.65, 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 #A155DB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 85 219 -
CMYK 0.26 0.61 0 0.14
HSL 274.03º 0.65% 0.6% -
HSV(B) 274.03º 0.61% 0.86% -
XYZ 30.73 19.19 69.1 -
YUV 123 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 161 85 219 0.26 0.61 0 0.14 274.03 0.65 0.6
Hex A1 55 DB 1A 3D 0 E 112 41 3C
Octal 241 125 333 32 75 0 16 422 101 74
Binary 10100001 1010101 11011011 11010 111101 0 1110 100010010 1000001 111100

Color Harmonies of #A155DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155DB

Black with #A155DB

Text Example


Text Example

White with #A155DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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