Html Css Color HEX #AD6ADC Amethyst

📋 copy color: '#AD6ADC'

red 173 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #AD6ADC

Tints of Amethyst #AD6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 34.67%
G = 21.24%
B = 44.09%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD6ADC (or 0xAD6ADC) is known color: Amethyst. HEX triplet: AD, 6A and DC. RGB value is (173,106,220). Sum of RGB (Red+Green+Blue) = 173+106+220=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ADC is #529523. Grayscale: #8A8A8A. Windows color (decimal): -5412132 or 14445229. OLE color: 14445229.

HSL color Cylindrical-coordinate representation of color #AD6ADC: hue angle of 275.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6ADC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 106 220 -
CMYK 0.21 0.52 0 0.14
HSL 275.26º 0.62% 0.64% -
HSV(B) 275.26º 0.52% 0.86% -
XYZ 35.31 24.36 70.55 -
YUV 139.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 173 106 220 0.21 0.52 0 0.14 275.26 0.62 0.64
Hex AD 6A DC 15 34 0 E 113 3E 40
Octal 255 152 334 25 64 0 16 423 76 100
Binary 10101101 1101010 11011100 10101 110100 0 1110 100010011 111110 1000000

Color Harmonies of #AD6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ADC

Black with #AD6ADC

Text Example


Text Example

White with #AD6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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