Html Css Color HEX #A153DF Amethyst

📋 copy color: '#A153DF'

red 161 ◦ green 83 ◦ blue 223

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

Shades of Amethyst #A153DF

Tints of Amethyst #A153DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 34.48%
G = 17.77%
B = 47.75%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A153DF (or 0xA153DF) is known color: Amethyst. HEX triplet: A1, 53 and DF. RGB value is (161,83,223). Sum of RGB (Red+Green+Blue) = 161+83+223=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A153DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153DF is #5EAC20. Grayscale: #797979. Windows color (decimal): -6204449 or 14635937. OLE color: 14635937.

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

Color convert

RGB 161 83 223 -
CMYK 0.28 0.63 0 0.13
HSL 273.43º 0.69% 0.6% -
HSV(B) 273.43º 0.63% 0.87% -
XYZ 31.11 19.09 71.86 -
YUV 122.28 184.84 155.62 -
System Red Green Blue C M Y K H S L
Decimal 161 83 223 0.28 0.63 0 0.13 273.43 0.69 0.6
Hex A1 53 DF 1C 3F 0 D 111 45 3C
Octal 241 123 337 34 77 0 15 421 105 74
Binary 10100001 1010011 11011111 11100 111111 0 1101 100010001 1000101 111100

Color Harmonies of #A153DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153DF

Black with #A153DF

Text Example


Text Example

White with #A153DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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