Html Css Color HEX #A77ACF Amethyst

📋 copy color: '#A77ACF'

red 167 ◦ green 122 ◦ blue 207

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

Shades of Amethyst #A77ACF

Tints of Amethyst #A77ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.6%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 33.67%
G = 24.6%
B = 41.73%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A77ACF (or 0xA77ACF) is known color: Amethyst. HEX triplet: A7, 7A and CF. RGB value is (167,122,207). Sum of RGB (Red+Green+Blue) = 167+122+207=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A77ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ACF is #588530. Grayscale: #909090. Windows color (decimal): -5801265 or 13597351. OLE color: 13597351.

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

Color convert

RGB 167 122 207 -
CMYK 0.19 0.41 0 0.19
HSL 271.76º 0.47% 0.65% -
HSV(B) 271.76º 0.41% 0.81% -
XYZ 34.16 26.64 62.37 -
YUV 145.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 167 122 207 0.19 0.41 0 0.19 271.76 0.47 0.65
Hex A7 7A CF 13 29 0 13 110 2F 41
Octal 247 172 317 23 51 0 23 420 57 101
Binary 10100111 1111010 11001111 10011 101001 0 10011 100010000 101111 1000001

Color Harmonies of #A77ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77ACF

Black with #A77ACF

Text Example


Text Example

White with #A77ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77ACF; }

 p { color: rgb(167,122,207); }

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

background-color css

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

 a { background-color: rgb(167,122,207); }

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

border-color css

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

 span { border-color: rgb(167,122,207); }

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