Html Css Color HEX #AD6FCC Amethyst

📋 copy color: '#AD6FCC'

red 173 ◦ green 111 ◦ blue 204

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

Shades of Amethyst #AD6FCC

Tints of Amethyst #AD6FCC

RGB

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

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

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

R = 35.45%
G = 22.75%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD6FCC (or 0xAD6FCC) is known color: Amethyst. HEX triplet: AD, 6F and CC. RGB value is (173,111,204). Sum of RGB (Red+Green+Blue) = 173+111+204=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FCC is #529033. Grayscale: #8B8B8B. Windows color (decimal): -5410868 or 13397933. OLE color: 13397933.

HSL color Cylindrical-coordinate representation of color #AD6FCC: hue angle of 280º 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 #AD6FCC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 111 204 -
CMYK 0.15 0.46 0 0.2
HSL 280º 0.48% 0.62% -
HSV(B) 280º 0.46% 0.8% -
XYZ 33.82 24.61 60.1 -
YUV 140.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 173 111 204 0.15 0.46 0 0.2 280 0.48 0.62
Hex AD 6F CC F 2E 0 14 118 30 3E
Octal 255 157 314 17 56 0 24 430 60 76
Binary 10101101 1101111 11001100 1111 101110 0 10100 100011000 110000 111110

Color Harmonies of #AD6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6FCC

Black with #AD6FCC

Text Example


Text Example

White with #AD6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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