Html Css Color HEX #A15ED7 Amethyst

📋 copy color: '#A15ED7'

red 161 ◦ green 94 ◦ blue 215

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

Shades of Amethyst #A15ED7

Tints of Amethyst #A15ED7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20%

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 34.26%
G = 20%
B = 45.74%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A15ED7 (or 0xA15ED7) is known color: Amethyst. HEX triplet: A1, 5E and D7. RGB value is (161,94,215). Sum of RGB (Red+Green+Blue) = 161+94+215=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #A15ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ED7 is #5EA128. Grayscale: #7F7F7F. Windows color (decimal): -6201641 or 14114465. OLE color: 14114465.

HSL color Cylindrical-coordinate representation of color #A15ED7: hue angle of 273.22º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15ED7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 94 215 -
CMYK 0.25 0.56 0 0.16
HSL 273.22º 0.6% 0.61% -
HSV(B) 273.22º 0.56% 0.84% -
XYZ 30.97 20.49 66.61 -
YUV 127.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 161 94 215 0.25 0.56 0 0.16 273.22 0.6 0.61
Hex A1 5E D7 19 38 0 10 111 3C 3D
Octal 241 136 327 31 70 0 20 421 74 75
Binary 10100001 1011110 11010111 11001 111000 0 10000 100010001 111100 111101

Color Harmonies of #A15ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15ED7

Black with #A15ED7

Text Example


Text Example

White with #A15ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15ED7; }

 p { color: rgb(161,94,215); }

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

background-color css

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

 a { background-color: rgb(161,94,215); }

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

border-color css

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

 span { border-color: rgb(161,94,215); }

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