Html Css Color HEX #A761CC Amethyst

📋 copy color: '#A761CC'

red 167 ◦ green 97 ◦ blue 204

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

Shades of Amethyst #A761CC

Tints of Amethyst #A761CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 35.68%
G = 20.73%
B = 43.59%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A761CC (or 0xA761CC) is known color: Amethyst. HEX triplet: A7, 61 and CC. RGB value is (167,97,204). Sum of RGB (Red+Green+Blue) = 167+97+204=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #A761CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A761CC is #589E33. Grayscale: #818181. Windows color (decimal): -5807668 or 13394343. OLE color: 13394343.

HSL color Cylindrical-coordinate representation of color #A761CC: hue angle of 279.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A761CC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 97 204 -
CMYK 0.18 0.52 0 0.2
HSL 279.25º 0.51% 0.59% -
HSV(B) 279.25º 0.52% 0.8% -
XYZ 31.11 21.12 59.56 -
YUV 130.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 167 97 204 0.18 0.52 0 0.2 279.25 0.51 0.59
Hex A7 61 CC 12 34 0 14 117 33 3B
Octal 247 141 314 22 64 0 24 427 63 73
Binary 10100111 1100001 11001100 10010 110100 0 10100 100010111 110011 111011

Color Harmonies of #A761CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A761CC

Black with #A761CC

Text Example


Text Example

White with #A761CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A761CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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