Html Css Color HEX #A761DF Amethyst

📋 copy color: '#A761DF'

red 167 ◦ green 97 ◦ blue 223

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

Shades of Amethyst #A761DF

Tints of Amethyst #A761DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.92%

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

R = 34.29%
G = 19.92%
B = 45.79%

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

#A761DF (or 0xA761DF) is known color: Amethyst. HEX triplet: A7, 61 and DF. RGB value is (167,97,223). Sum of RGB (Red+Green+Blue) = 167+97+223=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A761DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761DF is #589E20. Grayscale: #838383. Windows color (decimal): -5807649 or 14639527. OLE color: 14639527.

HSL color Cylindrical-coordinate representation of color #A761DF: hue angle of 273.33º 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 #A761DF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 97 223 -
CMYK 0.25 0.57 0 0.13
HSL 273.33º 0.66% 0.63% -
HSV(B) 273.33º 0.57% 0.87% -
XYZ 33.53 22.09 72.31 -
YUV 132.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 167 97 223 0.25 0.57 0 0.13 273.33 0.66 0.63
Hex A7 61 DF 19 39 0 D 111 42 3F
Octal 247 141 337 31 71 0 15 421 102 77
Binary 10100111 1100001 11011111 11001 111001 0 1101 100010001 1000010 111111

Color Harmonies of #A761DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761DF

Black with #A761DF

Text Example


Text Example

White with #A761DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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