Html Css Color HEX #A155EA Amethyst

📋 copy color: '#A155EA'

red 161 ◦ green 85 ◦ blue 234

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

Shades of Amethyst #A155EA

Tints of Amethyst #A155EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 33.54%
G = 17.71%
B = 48.75%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A155EA (or 0xA155EA) is known color: Amethyst. HEX triplet: A1, 55 and EA. RGB value is (161,85,234). Sum of RGB (Red+Green+Blue) = 161+85+234=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #A155EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155EA is #5EAA15. Grayscale: #7C7C7C. Windows color (decimal): -6203926 or 15357345. OLE color: 15357345.

HSL color Cylindrical-coordinate representation of color #A155EA: hue angle of 270.6º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A155EA is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 85 234 -
CMYK 0.31 0.64 0 0.08
HSL 270.6º 0.78% 0.63% -
HSV(B) 270.6º 0.64% 0.92% -
XYZ 32.8 20.01 79.98 -
YUV 124.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 161 85 234 0.31 0.64 0 0.08 270.6 0.78 0.63
Hex A1 55 EA 1F 40 0 8 10F 4E 3F
Octal 241 125 352 37 100 0 10 417 116 77
Binary 10100001 1010101 11101010 11111 1000000 0 1000 100001111 1001110 111111

Color Harmonies of #A155EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155EA

Black with #A155EA

Text Example


Text Example

White with #A155EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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