Html Css Color HEX #AD6AC8 Amethyst

📋 copy color: '#AD6AC8'

red 173 ◦ green 106 ◦ blue 200

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

Shades of Amethyst #AD6AC8

Tints of Amethyst #AD6AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.13%

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 36.12%
G = 22.13%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD6AC8 (or 0xAD6AC8) is known color: Amethyst. HEX triplet: AD, 6A and C8. RGB value is (173,106,200). Sum of RGB (Red+Green+Blue) = 173+106+200=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD6AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6AC8 is #529537. Grayscale: #888888. Windows color (decimal): -5412152 or 13134509. OLE color: 13134509.

HSL color Cylindrical-coordinate representation of color #AD6AC8: hue angle of 282.77º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6AC8 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 106 200 -
CMYK 0.14 0.47 0 0.22
HSL 282.77º 0.46% 0.6% -
HSV(B) 282.77º 0.47% 0.78% -
XYZ 32.81 23.36 57.42 -
YUV 136.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 173 106 200 0.14 0.47 0 0.22 282.77 0.46 0.6
Hex AD 6A C8 E 2F 0 16 11B 2E 3C
Octal 255 152 310 16 57 0 26 433 56 74
Binary 10101101 1101010 11001000 1110 101111 0 10110 100011011 101110 111100

Color Harmonies of #AD6AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6AC8

Black with #AD6AC8

Text Example


Text Example

White with #AD6AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6AC8; }

 p { color: rgb(173,106,200); }

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

background-color css

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

 a { background-color: rgb(173,106,200); }

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

border-color css

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

 span { border-color: rgb(173,106,200); }

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