Html Css Color HEX #A453D8 Amethyst

📋 copy color: '#A453D8'

red 164 ◦ green 83 ◦ blue 216

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

Shades of Amethyst #A453D8

Tints of Amethyst #A453D8

RGB

 RED value IS 164 (64.45% from 255) = 35.42%

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

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 35.42%
G = 17.93%
B = 46.65%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A453D8 (or 0xA453D8) is known color: Amethyst. HEX triplet: A4, 53 and D8. RGB value is (164,83,216). Sum of RGB (Red+Green+Blue) = 164+83+216=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #A453D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453D8 is #5BAC27. Grayscale: #797979. Windows color (decimal): -6007848 or 14177188. OLE color: 14177188.

HSL color Cylindrical-coordinate representation of color #A453D8: hue angle of 276.54º degrees, saturation: 0.63, 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 #A453D8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 83 216 -
CMYK 0.24 0.62 0 0.15
HSL 276.54º 0.63% 0.59% -
HSV(B) 276.54º 0.62% 0.85% -
XYZ 30.8 19.04 67.02 -
YUV 122.38 180.84 157.69 -
System Red Green Blue C M Y K H S L
Decimal 164 83 216 0.24 0.62 0 0.15 276.54 0.63 0.59
Hex A4 53 D8 18 3E 0 F 115 3F 3B
Octal 244 123 330 30 76 0 17 425 77 73
Binary 10100100 1010011 11011000 11000 111110 0 1111 100010101 111111 111011

Color Harmonies of #A453D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453D8

Black with #A453D8

Text Example


Text Example

White with #A453D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453D8; }

 p { color: rgb(164,83,216); }

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

background-color css

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

 a { background-color: rgb(164,83,216); }

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

border-color css

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

 span { border-color: rgb(164,83,216); }

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