Html Css Color HEX #AD6ACC Amethyst

📋 copy color: '#AD6ACC'

red 173 ◦ green 106 ◦ blue 204

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

Shades of Amethyst #AD6ACC

Tints of Amethyst #AD6ACC

RGB

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

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

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

R = 35.82%
G = 21.95%
B = 42.24%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD6ACC (or 0xAD6ACC) is known color: Amethyst. HEX triplet: AD, 6A and CC. RGB value is (173,106,204). Sum of RGB (Red+Green+Blue) = 173+106+204=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ACC is #529533. Grayscale: #888888. Windows color (decimal): -5412148 or 13396653. OLE color: 13396653.

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

Color convert

RGB 173 106 204 -
CMYK 0.15 0.48 0 0.2
HSL 281.02º 0.49% 0.61% -
HSV(B) 281.02º 0.48% 0.8% -
XYZ 33.29 23.55 59.92 -
YUV 137.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 173 106 204 0.15 0.48 0 0.2 281.02 0.49 0.61
Hex AD 6A CC F 30 0 14 119 31 3D
Octal 255 152 314 17 60 0 24 431 61 75
Binary 10101101 1101010 11001100 1111 110000 0 10100 100011001 110001 111101

Color Harmonies of #AD6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ACC

Black with #AD6ACC

Text Example


Text Example

White with #AD6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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