Html Css Color HEX #A15CE2 Amethyst

📋 copy color: '#A15CE2'

red 161 ◦ green 92 ◦ blue 226

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

Shades of Amethyst #A15CE2

Tints of Amethyst #A15CE2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.21%

 BLUE value IS 226 (88.67% from 255) = 47.18%

R = 33.61%
G = 19.21%
B = 47.18%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A15CE2 (or 0xA15CE2) is known color: Amethyst. HEX triplet: A1, 5C and E2. RGB value is (161,92,226). Sum of RGB (Red+Green+Blue) = 161+92+226=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #A15CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CE2 is #5EA31D. Grayscale: #7F7F7F. Windows color (decimal): -6202142 or 14834849. OLE color: 14834849.

HSL color Cylindrical-coordinate representation of color #A15CE2: hue angle of 270.9º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15CE2 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 92 226 -
CMYK 0.29 0.59 0 0.11
HSL 270.9º 0.7% 0.62% -
HSV(B) 270.9º 0.59% 0.89% -
XYZ 32.25 20.72 74.25 -
YUV 127.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 161 92 226 0.29 0.59 0 0.11 270.9 0.7 0.62
Hex A1 5C E2 1D 3B 0 B 10F 46 3E
Octal 241 134 342 35 73 0 13 417 106 76
Binary 10100001 1011100 11100010 11101 111011 0 1011 100001111 1000110 111110

Color Harmonies of #A15CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CE2

Black with #A15CE2

Text Example


Text Example

White with #A15CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CE2; }

 p { color: rgb(161,92,226); }

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

background-color css

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

 a { background-color: rgb(161,92,226); }

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

border-color css

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

 span { border-color: rgb(161,92,226); }

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