Html Css Color HEX #A155E8 Amethyst

📋 copy color: '#A155E8'

red 161 ◦ green 85 ◦ blue 232

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

Shades of Amethyst #A155E8

Tints of Amethyst #A155E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.54%

R = 33.68%
G = 17.78%
B = 48.54%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A155E8 (or 0xA155E8) is known color: Amethyst. HEX triplet: A1, 55 and E8. RGB value is (161,85,232). Sum of RGB (Red+Green+Blue) = 161+85+232=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #A155E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155E8 is #5EAA17. Grayscale: #7B7B7B. Windows color (decimal): -6203928 or 15226273. OLE color: 15226273.

HSL color Cylindrical-coordinate representation of color #A155E8: hue angle of 271.02º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A155E8 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 85 232 -
CMYK 0.31 0.63 0 0.09
HSL 271.02º 0.76% 0.62% -
HSV(B) 271.02º 0.63% 0.91% -
XYZ 32.51 19.9 78.47 -
YUV 124.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 161 85 232 0.31 0.63 0 0.09 271.02 0.76 0.62
Hex A1 55 E8 1F 3F 0 9 10F 4C 3E
Octal 241 125 350 37 77 0 11 417 114 76
Binary 10100001 1010101 11101000 11111 111111 0 1001 100001111 1001100 111110

Color Harmonies of #A155E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155E8

Black with #A155E8

Text Example


Text Example

White with #A155E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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