Html Css Color HEX #AD67D8 Amethyst

📋 copy color: '#AD67D8'

red 173 ◦ green 103 ◦ blue 216

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

Shades of Amethyst #AD67D8

Tints of Amethyst #AD67D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 35.16%
G = 20.93%
B = 43.9%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD67D8 (or 0xAD67D8) is known color: Amethyst. HEX triplet: AD, 67 and D8. RGB value is (173,103,216). Sum of RGB (Red+Green+Blue) = 173+103+216=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD67D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67D8 is #529827. Grayscale: #888888. Windows color (decimal): -5412904 or 14182317. OLE color: 14182317.

HSL color Cylindrical-coordinate representation of color #AD67D8: hue angle of 277.17º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD67D8 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 103 216 -
CMYK 0.20 0.52 0 0.15
HSL 277.17º 0.59% 0.63% -
HSV(B) 277.17º 0.52% 0.85% -
XYZ 34.48 23.54 67.69 -
YUV 136.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 173 103 216 0.20 0.52 0 0.15 277.17 0.59 0.63
Hex AD 67 D8 14 34 0 F 115 3B 3F
Octal 255 147 330 24 64 0 17 425 73 77
Binary 10101101 1100111 11011000 10100 110100 0 1111 100010101 111011 111111

Color Harmonies of #AD67D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67D8

Black with #AD67D8

Text Example


Text Example

White with #AD67D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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