Html Css Color HEX #A153EF Amethyst

📋 copy color: '#A153EF'

red 161 ◦ green 83 ◦ blue 239

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

Shades of Amethyst #A153EF

Tints of Amethyst #A153EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 33.33%
G = 17.18%
B = 49.48%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A153EF (or 0xA153EF) is known color: Amethyst. HEX triplet: A1, 53 and EF. RGB value is (161,83,239). Sum of RGB (Red+Green+Blue) = 161+83+239=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #A153EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A153EF is #5EAC10. Grayscale: #7B7B7B. Windows color (decimal): -6204433 or 15684513. OLE color: 15684513.

HSL color Cylindrical-coordinate representation of color #A153EF: hue angle of 270º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A153EF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 83 239 -
CMYK 0.33 0.65 0 0.06
HSL 270º 0.83% 0.63% -
HSV(B) 270º 0.65% 0.94% -
XYZ 33.37 20 83.76 -
YUV 124.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 161 83 239 0.33 0.65 0 0.06 270 0.83 0.63
Hex A1 53 EF 21 41 0 6 10E 53 3F
Octal 241 123 357 41 101 0 6 416 123 77
Binary 10100001 1010011 11101111 100001 1000001 0 110 100001110 1010011 111111

Color Harmonies of #A153EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153EF

Black with #A153EF

Text Example


Text Example

White with #A153EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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