Html Css Color HEX #A77AD5 Amethyst

📋 copy color: '#A77AD5'

red 167 ◦ green 122 ◦ blue 213

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

Shades of Amethyst #A77AD5

Tints of Amethyst #A77AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 33.27%
G = 24.3%
B = 42.43%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A77AD5 (or 0xA77AD5) is known color: Amethyst. HEX triplet: A7, 7A and D5. RGB value is (167,122,213). Sum of RGB (Red+Green+Blue) = 167+122+213=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #A77AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77AD5 is #58852A. Grayscale: #919191. Windows color (decimal): -5801259 or 13990567. OLE color: 13990567.

HSL color Cylindrical-coordinate representation of color #A77AD5: hue angle of 269.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A77AD5 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 122 213 -
CMYK 0.22 0.43 0 0.16
HSL 269.67º 0.52% 0.66% -
HSV(B) 269.67º 0.43% 0.84% -
XYZ 34.91 26.94 66.31 -
YUV 145.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 167 122 213 0.22 0.43 0 0.16 269.67 0.52 0.66
Hex A7 7A D5 16 2B 0 10 10E 34 42
Octal 247 172 325 26 53 0 20 416 64 102
Binary 10100111 1111010 11010101 10110 101011 0 10000 100001110 110100 1000010

Color Harmonies of #A77AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77AD5

Black with #A77AD5

Text Example


Text Example

White with #A77AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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