Html Css Color HEX #AD6DCC Amethyst

📋 copy color: '#AD6DCC'

red 173 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #AD6DCC

Tints of Amethyst #AD6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.43%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 35.6%
G = 22.43%
B = 41.98%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD6DCC (or 0xAD6DCC) is known color: Amethyst. HEX triplet: AD, 6D and CC. RGB value is (173,109,204). Sum of RGB (Red+Green+Blue) = 173+109+204=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DCC is #529233. Grayscale: #8A8A8A. Windows color (decimal): -5411380 or 13397421. OLE color: 13397421.

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

Color convert

RGB 173 109 204 -
CMYK 0.15 0.47 0 0.2
HSL 280.42º 0.48% 0.61% -
HSV(B) 280.42º 0.47% 0.8% -
XYZ 33.6 24.18 60.02 -
YUV 138.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 173 109 204 0.15 0.47 0 0.2 280.42 0.48 0.61
Hex AD 6D CC F 2F 0 14 118 30 3D
Octal 255 155 314 17 57 0 24 430 60 75
Binary 10101101 1101101 11001100 1111 101111 0 10100 100011000 110000 111101

Color Harmonies of #AD6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DCC

Black with #AD6DCC

Text Example


Text Example

White with #AD6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DCC; }

 p { color: rgb(173,109,204); }

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

background-color css

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

 a { background-color: rgb(173,109,204); }

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

border-color css

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

 span { border-color: rgb(173,109,204); }

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