Html Css Color HEX #AD6FCD Amethyst

📋 copy color: '#AD6FCD'

red 173 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #AD6FCD

Tints of Amethyst #AD6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.7%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 35.38%
G = 22.7%
B = 41.92%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD6FCD (or 0xAD6FCD) is known color: Amethyst. HEX triplet: AD, 6F and CD. RGB value is (173,111,205). Sum of RGB (Red+Green+Blue) = 173+111+205=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FCD is #529032. Grayscale: #8B8B8B. Windows color (decimal): -5410867 or 13463469. OLE color: 13463469.

HSL color Cylindrical-coordinate representation of color #AD6FCD: hue angle of 279.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6FCD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 111 205 -
CMYK 0.16 0.46 0 0.20
HSL 279.57º 0.48% 0.62% -
HSV(B) 279.57º 0.46% 0.8% -
XYZ 33.94 24.66 60.73 -
YUV 140.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 173 111 205 0.16 0.46 0 0.20 279.57 0.48 0.62
Hex AD 6F CD 10 2E 0 14 118 30 3E
Octal 255 157 315 20 56 0 24 430 60 76
Binary 10101101 1101111 11001101 10000 101110 0 10100 100011000 110000 111110

Color Harmonies of #AD6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FCD

Black with #AD6FCD

Text Example


Text Example

White with #AD6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FCD; }

 p { color: rgb(173,111,205); }

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

background-color css

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

 a { background-color: rgb(173,111,205); }

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

border-color css

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

 span { border-color: rgb(173,111,205); }

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