Html Css Color HEX #A770C0 Amethyst

📋 copy color: '#A770C0'

red 167 ◦ green 112 ◦ blue 192

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

Shades of Amethyst #A770C0

Tints of Amethyst #A770C0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.78%

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 35.46%
G = 23.78%
B = 40.76%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A770C0 (or 0xA770C0) is known color: Amethyst. HEX triplet: A7, 70 and C0. RGB value is (167,112,192). Sum of RGB (Red+Green+Blue) = 167+112+192=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #A770C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770C0 is #588F3F. Grayscale: #898989. Windows color (decimal): -5803840 or 12611751. OLE color: 12611751.

HSL color Cylindrical-coordinate representation of color #A770C0: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A770C0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 112 192 -
CMYK 0.13 0.42 0 0.25
HSL 281.25º 0.39% 0.6% -
HSV(B) 281.25º 0.42% 0.75% -
XYZ 31.24 23.61 52.78 -
YUV 137.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 167 112 192 0.13 0.42 0 0.25 281.25 0.39 0.6
Hex A7 70 C0 D 2A 0 19 119 27 3C
Octal 247 160 300 15 52 0 31 431 47 74
Binary 10100111 1110000 11000000 1101 101010 0 11001 100011001 100111 111100

Color Harmonies of #A770C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770C0

Black with #A770C0

Text Example


Text Example

White with #A770C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770C0; }

 p { color: rgb(167,112,192); }

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

background-color css

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

 a { background-color: rgb(167,112,192); }

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

border-color css

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

 span { border-color: rgb(167,112,192); }

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