Html Css Color HEX #A153DD Amethyst

📋 copy color: '#A153DD'

red 161 ◦ green 83 ◦ blue 221

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

Shades of Amethyst #A153DD

Tints of Amethyst #A153DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 34.62%
G = 17.85%
B = 47.53%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A153DD (or 0xA153DD) is known color: Amethyst. HEX triplet: A1, 53 and DD. RGB value is (161,83,221). Sum of RGB (Red+Green+Blue) = 161+83+221=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #A153DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153DD is #5EAC22. Grayscale: #797979. Windows color (decimal): -6204451 or 14504865. OLE color: 14504865.

HSL color Cylindrical-coordinate representation of color #A153DD: hue angle of 273.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A153DD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 83 221 -
CMYK 0.27 0.62 0 0.13
HSL 273.91º 0.67% 0.6% -
HSV(B) 273.91º 0.62% 0.87% -
XYZ 30.84 18.98 70.45 -
YUV 122.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 161 83 221 0.27 0.62 0 0.13 273.91 0.67 0.6
Hex A1 53 DD 1B 3E 0 D 112 43 3C
Octal 241 123 335 33 76 0 15 422 103 74
Binary 10100001 1010011 11011101 11011 111110 0 1101 100010010 1000011 111100

Color Harmonies of #A153DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153DD

Black with #A153DD

Text Example


Text Example

White with #A153DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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