Html Css Color HEX #A760CC Amethyst

📋 copy color: '#A760CC'

red 167 ◦ green 96 ◦ blue 204

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

Shades of Amethyst #A760CC

Tints of Amethyst #A760CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 35.76%
G = 20.56%
B = 43.68%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A760CC (or 0xA760CC) is known color: Amethyst. HEX triplet: A7, 60 and CC. RGB value is (167,96,204). Sum of RGB (Red+Green+Blue) = 167+96+204=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A760CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A760CC is #589F33. Grayscale: #818181. Windows color (decimal): -5807924 or 13394087. OLE color: 13394087.

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

Color convert

RGB 167 96 204 -
CMYK 0.18 0.53 0 0.2
HSL 279.44º 0.51% 0.59% -
HSV(B) 279.44º 0.53% 0.8% -
XYZ 31.02 20.94 59.53 -
YUV 129.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 167 96 204 0.18 0.53 0 0.2 279.44 0.51 0.59
Hex A7 60 CC 12 35 0 14 117 33 3B
Octal 247 140 314 22 65 0 24 427 63 73
Binary 10100111 1100000 11001100 10010 110101 0 10100 100010111 110011 111011

Color Harmonies of #A760CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A760CC

Black with #A760CC

Text Example


Text Example

White with #A760CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A760CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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