Html Css Color HEX #AD77D4 Amethyst

📋 copy color: '#AD77D4'

red 173 ◦ green 119 ◦ blue 212

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

Shades of Amethyst #AD77D4

Tints of Amethyst #AD77D4

RGB

 RED value IS 173 (67.97% from 255) = 34.33%

 GREEN value IS 119 (46.88% from 255) = 23.61%

 BLUE value IS 212 (83.2% from 255) = 42.06%

R = 34.33%
G = 23.61%
B = 42.06%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD77D4 (or 0xAD77D4) is known color: Amethyst. HEX triplet: AD, 77 and D4. RGB value is (173,119,212). Sum of RGB (Red+Green+Blue) = 173+119+212=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD77D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77D4 is #52882B. Grayscale: #919191. Windows color (decimal): -5408812 or 13924269. OLE color: 13924269.

HSL color Cylindrical-coordinate representation of color #AD77D4: hue angle of 274.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD77D4 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 119 212 -
CMYK 0.18 0.44 0 0.17
HSL 274.84º 0.52% 0.65% -
HSV(B) 274.84º 0.44% 0.83% -
XYZ 35.71 26.83 65.58 -
YUV 145.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 173 119 212 0.18 0.44 0 0.17 274.84 0.52 0.65
Hex AD 77 D4 12 2C 0 11 113 34 41
Octal 255 167 324 22 54 0 21 423 64 101
Binary 10101101 1110111 11010100 10010 101100 0 10001 100010011 110100 1000001

Color Harmonies of #AD77D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77D4

Black with #AD77D4

Text Example


Text Example

White with #AD77D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77D4; }

 p { color: rgb(173,119,212); }

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

background-color css

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

 a { background-color: rgb(173,119,212); }

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

border-color css

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

 span { border-color: rgb(173,119,212); }

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