Html Css Color HEX #A761CE Amethyst

📋 copy color: '#A761CE'

red 167 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #A761CE

Tints of Amethyst #A761CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 35.53%
G = 20.64%
B = 43.83%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A761CE (or 0xA761CE) is known color: Amethyst. HEX triplet: A7, 61 and CE. RGB value is (167,97,206). Sum of RGB (Red+Green+Blue) = 167+97+206=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A761CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761CE is #589E31. Grayscale: #818181. Windows color (decimal): -5807666 or 13525415. OLE color: 13525415.

HSL color Cylindrical-coordinate representation of color #A761CE: hue angle of 278.53º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A761CE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 97 206 -
CMYK 0.19 0.53 0 0.19
HSL 278.53º 0.53% 0.59% -
HSV(B) 278.53º 0.53% 0.81% -
XYZ 31.35 21.22 60.84 -
YUV 130.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 167 97 206 0.19 0.53 0 0.19 278.53 0.53 0.59
Hex A7 61 CE 13 35 0 13 117 35 3B
Octal 247 141 316 23 65 0 23 427 65 73
Binary 10100111 1100001 11001110 10011 110101 0 10011 100010111 110101 111011

Color Harmonies of #A761CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761CE

Black with #A761CE

Text Example


Text Example

White with #A761CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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