Html Css Color HEX #A772D9 Amethyst

📋 copy color: '#A772D9'

red 167 ◦ green 114 ◦ blue 217

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

Shades of Amethyst #A772D9

Tints of Amethyst #A772D9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.89%

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 33.53%
G = 22.89%
B = 43.57%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A772D9 (or 0xA772D9) is known color: Amethyst. HEX triplet: A7, 72 and D9. RGB value is (167,114,217). Sum of RGB (Red+Green+Blue) = 167+114+217=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #A772D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772D9 is #588D26. Grayscale: #8D8D8D. Windows color (decimal): -5803303 or 14250663. OLE color: 14250663.

HSL color Cylindrical-coordinate representation of color #A772D9: hue angle of 270.87º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A772D9 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 114 217 -
CMYK 0.23 0.47 0 0.15
HSL 270.87º 0.58% 0.65% -
HSV(B) 270.87º 0.47% 0.85% -
XYZ 34.48 25.26 68.7 -
YUV 141.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 167 114 217 0.23 0.47 0 0.15 270.87 0.58 0.65
Hex A7 72 D9 17 2F 0 F 10F 3A 41
Octal 247 162 331 27 57 0 17 417 72 101
Binary 10100111 1110010 11011001 10111 101111 0 1111 100001111 111010 1000001

Color Harmonies of #A772D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772D9

Black with #A772D9

Text Example


Text Example

White with #A772D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772D9; }

 p { color: rgb(167,114,217); }

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

background-color css

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

 a { background-color: rgb(167,114,217); }

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

border-color css

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

 span { border-color: rgb(167,114,217); }

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