Html Css Color HEX #A153EE Amethyst

📋 copy color: '#A153EE'

red 161 ◦ green 83 ◦ blue 238

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

Shades of Amethyst #A153EE

Tints of Amethyst #A153EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 33.4%
G = 17.22%
B = 49.38%

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

#A153EE (or 0xA153EE) is known color: Amethyst. HEX triplet: A1, 53 and EE. RGB value is (161,83,238). Sum of RGB (Red+Green+Blue) = 161+83+238=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #A153EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153EE is #5EAC11. Grayscale: #7B7B7B. Windows color (decimal): -6204434 or 15618977. OLE color: 15618977.

HSL color Cylindrical-coordinate representation of color #A153EE: hue angle of 270.19º degrees, saturation: 0.82, 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 #A153EE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 83 238 -
CMYK 0.32 0.65 0 0.07
HSL 270.19º 0.82% 0.63% -
HSV(B) 270.19º 0.65% 0.93% -
XYZ 33.22 19.94 82.99 -
YUV 123.99 192.34 154.4 -
System Red Green Blue C M Y K H S L
Decimal 161 83 238 0.32 0.65 0 0.07 270.19 0.82 0.63
Hex A1 53 EE 20 41 0 7 10E 52 3F
Octal 241 123 356 40 101 0 7 416 122 77
Binary 10100001 1010011 11101110 100000 1000001 0 111 100001110 1010010 111111

Color Harmonies of #A153EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153EE

Black with #A153EE

Text Example


Text Example

White with #A153EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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