Html Css Color HEX #AD6CC9 Amethyst

📋 copy color: '#AD6CC9'

red 173 ◦ green 108 ◦ blue 201

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

Shades of Amethyst #AD6CC9

Tints of Amethyst #AD6CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 35.89%
G = 22.41%
B = 41.7%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD6CC9 (or 0xAD6CC9) is known color: Amethyst. HEX triplet: AD, 6C and C9. RGB value is (173,108,201). Sum of RGB (Red+Green+Blue) = 173+108+201=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD6CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CC9 is #529336. Grayscale: #898989. Windows color (decimal): -5411639 or 13200557. OLE color: 13200557.

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

Color convert

RGB 173 108 201 -
CMYK 0.14 0.46 0 0.21
HSL 281.94º 0.46% 0.61% -
HSV(B) 281.94º 0.46% 0.79% -
XYZ 33.14 23.83 58.11 -
YUV 138.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 173 108 201 0.14 0.46 0 0.21 281.94 0.46 0.61
Hex AD 6C C9 E 2E 0 15 11A 2E 3D
Octal 255 154 311 16 56 0 25 432 56 75
Binary 10101101 1101100 11001001 1110 101110 0 10101 100011010 101110 111101

Color Harmonies of #AD6CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CC9

Black with #AD6CC9

Text Example


Text Example

White with #AD6CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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