Html Css Color HEX #A153EC Amethyst

📋 copy color: '#A153EC'

red 161 ◦ green 83 ◦ blue 236

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

Shades of Amethyst #A153EC

Tints of Amethyst #A153EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

 BLUE value IS 236 (92.58% from 255) = 49.17%

R = 33.54%
G = 17.29%
B = 49.17%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A153EC (or 0xA153EC) is known color: Amethyst. HEX triplet: A1, 53 and EC. RGB value is (161,83,236). Sum of RGB (Red+Green+Blue) = 161+83+236=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A153EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153EC is #5EAC13. Grayscale: #7B7B7B. Windows color (decimal): -6204436 or 15487905. OLE color: 15487905.

HSL color Cylindrical-coordinate representation of color #A153EC: hue angle of 270.59º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A153EC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 83 236 -
CMYK 0.32 0.65 0 0.07
HSL 270.59º 0.8% 0.63% -
HSV(B) 270.59º 0.65% 0.93% -
XYZ 32.93 19.82 81.45 -
YUV 123.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 161 83 236 0.32 0.65 0 0.07 270.59 0.8 0.63
Hex A1 53 EC 20 41 0 7 10F 50 3F
Octal 241 123 354 40 101 0 7 417 120 77
Binary 10100001 1010011 11101100 100000 1000001 0 111 100001111 1010000 111111

Color Harmonies of #A153EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153EC

Black with #A153EC

Text Example


Text Example

White with #A153EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153EC; }

 p { color: rgb(161,83,236); }

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

background-color css

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

 a { background-color: rgb(161,83,236); }

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

border-color css

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

 span { border-color: rgb(161,83,236); }

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