Html Css Color HEX #AD6BCD Amethyst

📋 copy color: '#AD6BCD'

red 173 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #AD6BCD

Tints of Amethyst #AD6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

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

R = 35.67%
G = 22.06%
B = 42.27%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD6BCD (or 0xAD6BCD) is known color: Amethyst. HEX triplet: AD, 6B and CD. RGB value is (173,107,205). Sum of RGB (Red+Green+Blue) = 173+107+205=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BCD is #529432. Grayscale: #898989. Windows color (decimal): -5411891 or 13462445. OLE color: 13462445.

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

Color convert

RGB 173 107 205 -
CMYK 0.16 0.48 0 0.20
HSL 280.41º 0.49% 0.61% -
HSV(B) 280.41º 0.48% 0.8% -
XYZ 33.51 23.81 60.59 -
YUV 137.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 173 107 205 0.16 0.48 0 0.20 280.41 0.49 0.61
Hex AD 6B CD 10 30 0 14 118 31 3D
Octal 255 153 315 20 60 0 24 430 61 75
Binary 10101101 1101011 11001101 10000 110000 0 10100 100011000 110001 111101

Color Harmonies of #AD6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BCD

Black with #AD6BCD

Text Example


Text Example

White with #AD6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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