Html Css Color HEX #AD67D6 Amethyst

📋 copy color: '#AD67D6'

red 173 ◦ green 103 ◦ blue 214

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

Shades of Amethyst #AD67D6

Tints of Amethyst #AD67D6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.02%

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 35.31%
G = 21.02%
B = 43.67%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD67D6 (or 0xAD67D6) is known color: Amethyst. HEX triplet: AD, 67 and D6. RGB value is (173,103,214). Sum of RGB (Red+Green+Blue) = 173+103+214=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD67D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67D6 is #529829. Grayscale: #888888. Windows color (decimal): -5412906 or 14051245. OLE color: 14051245.

HSL color Cylindrical-coordinate representation of color #AD67D6: hue angle of 277.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD67D6 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 103 214 -
CMYK 0.19 0.52 0 0.16
HSL 277.84º 0.58% 0.62% -
HSV(B) 277.84º 0.52% 0.84% -
XYZ 34.22 23.44 66.34 -
YUV 136.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 173 103 214 0.19 0.52 0 0.16 277.84 0.58 0.62
Hex AD 67 D6 13 34 0 10 116 3A 3E
Octal 255 147 326 23 64 0 20 426 72 76
Binary 10101101 1100111 11010110 10011 110100 0 10000 100010110 111010 111110

Color Harmonies of #AD67D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67D6

Black with #AD67D6

Text Example


Text Example

White with #AD67D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67D6; }

 p { color: rgb(173,103,214); }

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

background-color css

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

 a { background-color: rgb(173,103,214); }

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

border-color css

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

 span { border-color: rgb(173,103,214); }

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