Html Css Color HEX #A155E6 Amethyst

📋 copy color: '#A155E6'

red 161 ◦ green 85 ◦ blue 230

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

Shades of Amethyst #A155E6

Tints of Amethyst #A155E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.32%

R = 33.82%
G = 17.86%
B = 48.32%

CMYK

 C value IS 0.3

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A155E6 (or 0xA155E6) is known color: Amethyst. HEX triplet: A1, 55 and E6. RGB value is (161,85,230). Sum of RGB (Red+Green+Blue) = 161+85+230=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #A155E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A155E6 is #5EAA19. Grayscale: #7B7B7B. Windows color (decimal): -6203930 or 15095201. OLE color: 15095201.

HSL color Cylindrical-coordinate representation of color #A155E6: hue angle of 271.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A155E6 is Cyan = 0.3, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 85 230 -
CMYK 0.3 0.63 0 0.10
HSL 271.45º 0.74% 0.62% -
HSV(B) 271.45º 0.63% 0.9% -
XYZ 32.23 19.79 76.98 -
YUV 124.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 161 85 230 0.3 0.63 0 0.10 271.45 0.74 0.62
Hex A1 55 E6 1E 3F 0 A 10F 4A 3E
Octal 241 125 346 36 77 0 12 417 112 76
Binary 10100001 1010101 11100110 11110 111111 0 1010 100001111 1001010 111110

Color Harmonies of #A155E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155E6

Black with #A155E6

Text Example


Text Example

White with #A155E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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