Html Css Color HEX #A761DA Amethyst

📋 copy color: '#A761DA'

red 167 ◦ green 97 ◦ blue 218

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

Shades of Amethyst #A761DA

Tints of Amethyst #A761DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 34.65%
G = 20.12%
B = 45.23%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A761DA (or 0xA761DA) is known color: Amethyst. HEX triplet: A7, 61 and DA. RGB value is (167,97,218). Sum of RGB (Red+Green+Blue) = 167+97+218=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #A761DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761DA is #589E25. Grayscale: #838383. Windows color (decimal): -5807654 or 14311847. OLE color: 14311847.

HSL color Cylindrical-coordinate representation of color #A761DA: hue angle of 274.71º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A761DA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 97 218 -
CMYK 0.23 0.56 0 0.15
HSL 274.71º 0.62% 0.62% -
HSV(B) 274.71º 0.56% 0.85% -
XYZ 32.87 21.83 68.81 -
YUV 131.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 167 97 218 0.23 0.56 0 0.15 274.71 0.62 0.62
Hex A7 61 DA 17 38 0 F 113 3E 3E
Octal 247 141 332 27 70 0 17 423 76 76
Binary 10100111 1100001 11011010 10111 111000 0 1111 100010011 111110 111110

Color Harmonies of #A761DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761DA

Black with #A761DA

Text Example


Text Example

White with #A761DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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