Html Css Color HEX #AD6ED4 Amethyst

📋 copy color: '#AD6ED4'

red 173 ◦ green 110 ◦ blue 212

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

Shades of Amethyst #AD6ED4

Tints of Amethyst #AD6ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

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

R = 34.95%
G = 22.22%
B = 42.83%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD6ED4 (or 0xAD6ED4) is known color: Amethyst. HEX triplet: AD, 6E and D4. RGB value is (173,110,212). Sum of RGB (Red+Green+Blue) = 173+110+212=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD6ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ED4 is #52912B. Grayscale: #8C8C8C. Windows color (decimal): -5411116 or 13921965. OLE color: 13921965.

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

Color convert

RGB 173 110 212 -
CMYK 0.18 0.48 0 0.17
HSL 277.06º 0.54% 0.63% -
HSV(B) 277.06º 0.48% 0.83% -
XYZ 34.69 24.79 65.24 -
YUV 140.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 173 110 212 0.18 0.48 0 0.17 277.06 0.54 0.63
Hex AD 6E D4 12 30 0 11 115 36 3F
Octal 255 156 324 22 60 0 21 425 66 77
Binary 10101101 1101110 11010100 10010 110000 0 10001 100010101 110110 111111

Color Harmonies of #AD6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ED4

Black with #AD6ED4

Text Example


Text Example

White with #AD6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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