Html Css Color HEX #A770BF Amethyst

📋 copy color: '#A770BF'

red 167 ◦ green 112 ◦ blue 191

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

Shades of Amethyst #A770BF

Tints of Amethyst #A770BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.64%

R = 35.53%
G = 23.83%
B = 40.64%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A770BF (or 0xA770BF) is known color: Amethyst. HEX triplet: A7, 70 and BF. RGB value is (167,112,191). Sum of RGB (Red+Green+Blue) = 167+112+191=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A770BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BF is #588F40. Grayscale: #898989. Windows color (decimal): -5803841 or 12546215. OLE color: 12546215.

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

Color convert

RGB 167 112 191 -
CMYK 0.13 0.41 0 0.25
HSL 281.77º 0.38% 0.59% -
HSV(B) 281.77º 0.41% 0.75% -
XYZ 31.13 23.57 52.2 -
YUV 137.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 167 112 191 0.13 0.41 0 0.25 281.77 0.38 0.59
Hex A7 70 BF D 29 0 19 11A 26 3B
Octal 247 160 277 15 51 0 31 432 46 73
Binary 10100111 1110000 10111111 1101 101001 0 11001 100011010 100110 111011

Color Harmonies of #A770BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A770BF

Black with #A770BF

Text Example


Text Example

White with #A770BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A770BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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