Html Css Color HEX #AD68D4 Amethyst

📋 copy color: '#AD68D4'

red 173 ◦ green 104 ◦ blue 212

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

Shades of Amethyst #AD68D4

Tints of Amethyst #AD68D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

 BLUE value IS 212 (83.2% from 255) = 43.35%

R = 35.38%
G = 21.27%
B = 43.35%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD68D4 (or 0xAD68D4) is known color: Amethyst. HEX triplet: AD, 68 and D4. RGB value is (173,104,212). Sum of RGB (Red+Green+Blue) = 173+104+212=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD68D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68D4 is #52972B. Grayscale: #888888. Windows color (decimal): -5412652 or 13920429. OLE color: 13920429.

HSL color Cylindrical-coordinate representation of color #AD68D4: hue angle of 278.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD68D4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 104 212 -
CMYK 0.18 0.51 0 0.17
HSL 278.33º 0.56% 0.62% -
HSV(B) 278.33º 0.51% 0.83% -
XYZ 34.07 23.54 65.04 -
YUV 136.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 173 104 212 0.18 0.51 0 0.17 278.33 0.56 0.62
Hex AD 68 D4 12 33 0 11 116 38 3E
Octal 255 150 324 22 63 0 21 426 70 76
Binary 10101101 1101000 11010100 10010 110011 0 10001 100010110 111000 111110

Color Harmonies of #AD68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68D4

Black with #AD68D4

Text Example


Text Example

White with #AD68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68D4; }

 p { color: rgb(173,104,212); }

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

background-color css

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

 a { background-color: rgb(173,104,212); }

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

border-color css

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

 span { border-color: rgb(173,104,212); }

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