Html Css Color HEX #A760DF Amethyst

📋 copy color: '#A760DF'

red 167 ◦ green 96 ◦ blue 223

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

Shades of Amethyst #A760DF

Tints of Amethyst #A760DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.75%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 34.36%
G = 19.75%
B = 45.88%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A760DF (or 0xA760DF) is known color: Amethyst. HEX triplet: A7, 60 and DF. RGB value is (167,96,223). Sum of RGB (Red+Green+Blue) = 167+96+223=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A760DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760DF is #589F20. Grayscale: #838383. Windows color (decimal): -5807905 or 14639271. OLE color: 14639271.

HSL color Cylindrical-coordinate representation of color #A760DF: hue angle of 273.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A760DF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 96 223 -
CMYK 0.25 0.57 0 0.13
HSL 273.54º 0.66% 0.63% -
HSV(B) 273.54º 0.57% 0.87% -
XYZ 33.44 21.91 72.28 -
YUV 131.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 167 96 223 0.25 0.57 0 0.13 273.54 0.66 0.63
Hex A7 60 DF 19 39 0 D 112 42 3F
Octal 247 140 337 31 71 0 15 422 102 77
Binary 10100111 1100000 11011111 11001 111001 0 1101 100010010 1000010 111111

Color Harmonies of #A760DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760DF

Black with #A760DF

Text Example


Text Example

White with #A760DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760DF; }

 p { color: rgb(167,96,223); }

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

background-color css

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

 a { background-color: rgb(167,96,223); }

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

border-color css

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

 span { border-color: rgb(167,96,223); }

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