Html Css Color HEX #A15BE6 Amethyst

📋 copy color: '#A15BE6'

red 161 ◦ green 91 ◦ blue 230

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

Shades of Amethyst #A15BE6

Tints of Amethyst #A15BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

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

R = 33.4%
G = 18.88%
B = 47.72%

CMYK

 C value IS 0.3

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A15BE6 (or 0xA15BE6) is known color: Amethyst. HEX triplet: A1, 5B and E6. RGB value is (161,91,230). Sum of RGB (Red+Green+Blue) = 161+91+230=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #A15BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15BE6 is #5EA419. Grayscale: #7F7F7F. Windows color (decimal): -6202394 or 15096737. OLE color: 15096737.

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

Color convert

RGB 161 91 230 -
CMYK 0.3 0.60 0 0.10
HSL 270.22º 0.74% 0.63% -
HSV(B) 270.22º 0.6% 0.9% -
XYZ 32.72 20.77 77.15 -
YUV 127.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 161 91 230 0.3 0.60 0 0.10 270.22 0.74 0.63
Hex A1 5B E6 1E 3C 0 A 10E 4A 3F
Octal 241 133 346 36 74 0 12 416 112 77
Binary 10100001 1011011 11100110 11110 111100 0 1010 100001110 1001010 111111

Color Harmonies of #A15BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BE6

Black with #A15BE6

Text Example


Text Example

White with #A15BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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