Html Css Color HEX #AD6CC8 Amethyst

📋 copy color: '#AD6CC8'

red 173 ◦ green 108 ◦ blue 200

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

Shades of Amethyst #AD6CC8

Tints of Amethyst #AD6CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

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

R = 35.97%
G = 22.45%
B = 41.58%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD6CC8 (or 0xAD6CC8) is known color: Amethyst. HEX triplet: AD, 6C and C8. RGB value is (173,108,200). Sum of RGB (Red+Green+Blue) = 173+108+200=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD6CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CC8 is #529337. Grayscale: #898989. Windows color (decimal): -5411640 or 13135021. OLE color: 13135021.

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

Color convert

RGB 173 108 200 -
CMYK 0.14 0.46 0 0.22
HSL 282.39º 0.46% 0.6% -
HSV(B) 282.39º 0.46% 0.78% -
XYZ 33.02 23.78 57.49 -
YUV 137.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 173 108 200 0.14 0.46 0 0.22 282.39 0.46 0.6
Hex AD 6C C8 E 2E 0 16 11A 2E 3C
Octal 255 154 310 16 56 0 26 432 56 74
Binary 10101101 1101100 11001000 1110 101110 0 10110 100011010 101110 111100

Color Harmonies of #AD6CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CC8

Black with #AD6CC8

Text Example


Text Example

White with #AD6CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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