Html Css Color HEX #A761C8 Amethyst

📋 copy color: '#A761C8'

red 167 ◦ green 97 ◦ blue 200

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

Shades of Amethyst #A761C8

Tints of Amethyst #A761C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 35.99%
G = 20.91%
B = 43.1%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A761C8 (or 0xA761C8) is known color: Amethyst. HEX triplet: A7, 61 and C8. RGB value is (167,97,200). Sum of RGB (Red+Green+Blue) = 167+97+200=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #A761C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761C8 is #589E37. Grayscale: #818181. Windows color (decimal): -5807672 or 13132199. OLE color: 13132199.

HSL color Cylindrical-coordinate representation of color #A761C8: hue angle of 280.78º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A761C8 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 97 200 -
CMYK 0.16 0.52 0 0.22
HSL 280.78º 0.48% 0.58% -
HSV(B) 280.78º 0.52% 0.78% -
XYZ 30.64 20.94 57.07 -
YUV 129.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 167 97 200 0.16 0.52 0 0.22 280.78 0.48 0.58
Hex A7 61 C8 10 34 0 16 119 30 3A
Octal 247 141 310 20 64 0 26 431 60 72
Binary 10100111 1100001 11001000 10000 110100 0 10110 100011001 110000 111010

Color Harmonies of #A761C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761C8

Black with #A761C8

Text Example


Text Example

White with #A761C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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