Html Css Color HEX #AD67DA Amethyst

📋 copy color: '#AD67DA'

red 173 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #AD67DA

Tints of Amethyst #AD67DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 35.02%
G = 20.85%
B = 44.13%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD67DA (or 0xAD67DA) is known color: Amethyst. HEX triplet: AD, 67 and DA. RGB value is (173,103,218). Sum of RGB (Red+Green+Blue) = 173+103+218=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67DA is #529825. Grayscale: #888888. Windows color (decimal): -5412902 or 14313389. OLE color: 14313389.

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

Color convert

RGB 173 103 218 -
CMYK 0.21 0.53 0 0.15
HSL 276.52º 0.61% 0.63% -
HSV(B) 276.52º 0.53% 0.85% -
XYZ 34.74 23.65 69.06 -
YUV 137.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 173 103 218 0.21 0.53 0 0.15 276.52 0.61 0.63
Hex AD 67 DA 15 35 0 F 115 3D 3F
Octal 255 147 332 25 65 0 17 425 75 77
Binary 10101101 1100111 11011010 10101 110101 0 1111 100010101 111101 111111

Color Harmonies of #AD67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD67DA

Black with #AD67DA

Text Example


Text Example

White with #AD67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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