Html Css Color HEX #A15CE7 Amethyst

📋 copy color: '#A15CE7'

red 161 ◦ green 92 ◦ blue 231

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

Shades of Amethyst #A15CE7

Tints of Amethyst #A15CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.73%

R = 33.26%
G = 19.01%
B = 47.73%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A15CE7 (or 0xA15CE7) is known color: Amethyst. HEX triplet: A1, 5C and E7. RGB value is (161,92,231). Sum of RGB (Red+Green+Blue) = 161+92+231=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 231 - color contains mainly: blue. Hex color #A15CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CE7 is #5EA318. Grayscale: #7F7F7F. Windows color (decimal): -6202137 or 15162529. OLE color: 15162529.

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

Color convert

RGB 161 92 231 -
CMYK 0.30 0.60 0 0.09
HSL 269.78º 0.74% 0.63% -
HSV(B) 269.78º 0.6% 0.91% -
XYZ 32.95 21 77.92 -
YUV 128.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 161 92 231 0.30 0.60 0 0.09 269.78 0.74 0.63
Hex A1 5C E7 1E 3C 0 9 10E 4A 3F
Octal 241 134 347 36 74 0 11 416 112 77
Binary 10100001 1011100 11100111 11110 111100 0 1001 100001110 1001010 111111

Color Harmonies of #A15CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CE7

Black with #A15CE7

Text Example


Text Example

White with #A15CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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