Html Css Color HEX #A75AD0 Amethyst

📋 copy color: '#A75AD0'

red 167 ◦ green 90 ◦ blue 208

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

Shades of Amethyst #A75AD0

Tints of Amethyst #A75AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 35.91%
G = 19.35%
B = 44.73%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A75AD0 (or 0xA75AD0) is known color: Amethyst. HEX triplet: A7, 5A and D0. RGB value is (167,90,208). Sum of RGB (Red+Green+Blue) = 167+90+208=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #A75AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75AD0 is #58A52F. Grayscale: #7E7E7E. Windows color (decimal): -5809456 or 13654695. OLE color: 13654695.

HSL color Cylindrical-coordinate representation of color #A75AD0: hue angle of 279.15º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75AD0 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 90 208 -
CMYK 0.20 0.57 0 0.18
HSL 279.15º 0.56% 0.58% -
HSV(B) 279.15º 0.57% 0.82% -
XYZ 30.98 20.08 61.92 -
YUV 126.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 167 90 208 0.20 0.57 0 0.18 279.15 0.56 0.58
Hex A7 5A D0 14 39 0 12 117 38 3A
Octal 247 132 320 24 71 0 22 427 70 72
Binary 10100111 1011010 11010000 10100 111001 0 10010 100010111 111000 111010

Color Harmonies of #A75AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75AD0

Black with #A75AD0

Text Example


Text Example

White with #A75AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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