Html Css Color HEX #AD6CD2 Amethyst

📋 copy color: '#AD6CD2'

red 173 ◦ green 108 ◦ blue 210

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

Shades of Amethyst #AD6CD2

Tints of Amethyst #AD6CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.77%

R = 35.23%
G = 22%
B = 42.77%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD6CD2 (or 0xAD6CD2) is known color: Amethyst. HEX triplet: AD, 6C and D2. RGB value is (173,108,210). Sum of RGB (Red+Green+Blue) = 173+108+210=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD6CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CD2 is #52932D. Grayscale: #8A8A8A. Windows color (decimal): -5411630 or 13790381. OLE color: 13790381.

HSL color Cylindrical-coordinate representation of color #AD6CD2: hue angle of 278.24º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6CD2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 108 210 -
CMYK 0.18 0.49 0 0.18
HSL 278.24º 0.53% 0.62% -
HSV(B) 278.24º 0.49% 0.82% -
XYZ 34.23 24.26 63.85 -
YUV 139.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 173 108 210 0.18 0.49 0 0.18 278.24 0.53 0.62
Hex AD 6C D2 12 31 0 12 116 35 3E
Octal 255 154 322 22 61 0 22 426 65 76
Binary 10101101 1101100 11010010 10010 110001 0 10010 100010110 110101 111110

Color Harmonies of #AD6CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CD2

Black with #AD6CD2

Text Example


Text Example

White with #AD6CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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