Html Css Color HEX #A153DA Amethyst

📋 copy color: '#A153DA'

red 161 ◦ green 83 ◦ blue 218

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

Shades of Amethyst #A153DA

Tints of Amethyst #A153DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 34.85%
G = 17.97%
B = 47.19%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A153DA (or 0xA153DA) is known color: Amethyst. HEX triplet: A1, 53 and DA. RGB value is (161,83,218). Sum of RGB (Red+Green+Blue) = 161+83+218=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A153DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153DA is #5EAC25. Grayscale: #797979. Windows color (decimal): -6204454 or 14308257. OLE color: 14308257.

HSL color Cylindrical-coordinate representation of color #A153DA: hue angle of 274.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A153DA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 83 218 -
CMYK 0.26 0.62 0 0.15
HSL 274.67º 0.65% 0.59% -
HSV(B) 274.67º 0.62% 0.85% -
XYZ 30.45 18.83 68.36 -
YUV 121.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 161 83 218 0.26 0.62 0 0.15 274.67 0.65 0.59
Hex A1 53 DA 1A 3E 0 F 113 41 3B
Octal 241 123 332 32 76 0 17 423 101 73
Binary 10100001 1010011 11011010 11010 111110 0 1111 100010011 1000001 111011

Color Harmonies of #A153DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153DA

Black with #A153DA

Text Example


Text Example

White with #A153DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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