Html Css Color HEX #A761E9 Amethyst

📋 copy color: '#A761E9'

red 167 ◦ green 97 ◦ blue 233

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

Shades of Amethyst #A761E9

Tints of Amethyst #A761E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.88%

R = 33.6%
G = 19.52%
B = 46.88%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A761E9 (or 0xA761E9) is known color: Amethyst. HEX triplet: A7, 61 and E9. RGB value is (167,97,233). Sum of RGB (Red+Green+Blue) = 167+97+233=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #A761E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A761E9 is #589E16. Grayscale: #848484. Windows color (decimal): -5807639 or 15294887. OLE color: 15294887.

HSL color Cylindrical-coordinate representation of color #A761E9: hue angle of 270.88º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A761E9 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 97 233 -
CMYK 0.28 0.58 0 0.09
HSL 270.88º 0.76% 0.65% -
HSV(B) 270.88º 0.58% 0.91% -
XYZ 34.92 22.65 79.62 -
YUV 133.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 167 97 233 0.28 0.58 0 0.09 270.88 0.76 0.65
Hex A7 61 E9 1C 3A 0 9 10F 4C 41
Octal 247 141 351 34 72 0 11 417 114 101
Binary 10100111 1100001 11101001 11100 111010 0 1001 100001111 1001100 1000001

Color Harmonies of #A761E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761E9

Black with #A761E9

Text Example


Text Example

White with #A761E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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