Html Css Color HEX #A75AD5 Amethyst

📋 copy color: '#A75AD5'

red 167 ◦ green 90 ◦ blue 213

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

Shades of Amethyst #A75AD5

Tints of Amethyst #A75AD5

RGB

 RED value IS 167 (65.63% from 255) = 35.53%

 GREEN value IS 90 (35.55% from 255) = 19.15%

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 35.53%
G = 19.15%
B = 45.32%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A75AD5 (or 0xA75AD5) is known color: Amethyst. HEX triplet: A7, 5A and D5. RGB value is (167,90,213). Sum of RGB (Red+Green+Blue) = 167+90+213=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #A75AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AD5 is #58A52A. Grayscale: #7E7E7E. Windows color (decimal): -5809451 or 13982375. OLE color: 13982375.

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

Color convert

RGB 167 90 213 -
CMYK 0.22 0.58 0 0.16
HSL 277.56º 0.59% 0.59% -
HSV(B) 277.56º 0.58% 0.84% -
XYZ 31.6 20.33 65.21 -
YUV 127.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 167 90 213 0.22 0.58 0 0.16 277.56 0.59 0.59
Hex A7 5A D5 16 3A 0 10 116 3B 3B
Octal 247 132 325 26 72 0 20 426 73 73
Binary 10100111 1011010 11010101 10110 111010 0 10000 100010110 111011 111011

Color Harmonies of #A75AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AD5

Black with #A75AD5

Text Example


Text Example

White with #A75AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AD5; }

 p { color: rgb(167,90,213); }

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

background-color css

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

 a { background-color: rgb(167,90,213); }

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

border-color css

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

 span { border-color: rgb(167,90,213); }

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