Html Css Color HEX #A453D7 Amethyst

📋 copy color: '#A453D7'

red 164 ◦ green 83 ◦ blue 215

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

Shades of Amethyst #A453D7

Tints of Amethyst #A453D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 35.5%
G = 17.97%
B = 46.54%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A453D7 (or 0xA453D7) is known color: Amethyst. HEX triplet: A4, 53 and D7. RGB value is (164,83,215). Sum of RGB (Red+Green+Blue) = 164+83+215=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #A453D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453D7 is #5BAC28. Grayscale: #797979. Windows color (decimal): -6007849 or 14111652. OLE color: 14111652.

HSL color Cylindrical-coordinate representation of color #A453D7: hue angle of 276.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A453D7 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 83 215 -
CMYK 0.24 0.61 0 0.16
HSL 276.82º 0.62% 0.58% -
HSV(B) 276.82º 0.61% 0.84% -
XYZ 30.67 18.99 66.34 -
YUV 122.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 164 83 215 0.24 0.61 0 0.16 276.82 0.62 0.58
Hex A4 53 D7 18 3D 0 10 115 3E 3A
Octal 244 123 327 30 75 0 20 425 76 72
Binary 10100100 1010011 11010111 11000 111101 0 10000 100010101 111110 111010

Color Harmonies of #A453D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453D7

Black with #A453D7

Text Example


Text Example

White with #A453D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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