Html Css Color HEX #A153DC Amethyst

📋 copy color: '#A153DC'

red 161 ◦ green 83 ◦ blue 220

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

Shades of Amethyst #A153DC

Tints of Amethyst #A153DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 34.7%
G = 17.89%
B = 47.41%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A153DC (or 0xA153DC) is known color: Amethyst. HEX triplet: A1, 53 and DC. RGB value is (161,83,220). Sum of RGB (Red+Green+Blue) = 161+83+220=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #A153DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A153DC is #5EAC23. Grayscale: #797979. Windows color (decimal): -6204452 or 14439329. OLE color: 14439329.

HSL color Cylindrical-coordinate representation of color #A153DC: hue angle of 274.16º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A153DC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 83 220 -
CMYK 0.27 0.62 0 0.14
HSL 274.16º 0.66% 0.59% -
HSV(B) 274.16º 0.62% 0.86% -
XYZ 30.71 18.93 69.75 -
YUV 121.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 161 83 220 0.27 0.62 0 0.14 274.16 0.66 0.59
Hex A1 53 DC 1B 3E 0 E 112 42 3B
Octal 241 123 334 33 76 0 16 422 102 73
Binary 10100001 1010011 11011100 11011 111110 0 1110 100010010 1000010 111011

Color Harmonies of #A153DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A153DC

Black with #A153DC

Text Example


Text Example

White with #A153DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A153DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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