Html Css Color HEX #AD75D8 Amethyst

📋 copy color: '#AD75D8'

red 173 ◦ green 117 ◦ blue 216

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

Shades of Amethyst #AD75D8

Tints of Amethyst #AD75D8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

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

R = 34.19%
G = 23.12%
B = 42.69%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD75D8 (or 0xAD75D8) is known color: Amethyst. HEX triplet: AD, 75 and D8. RGB value is (173,117,216). Sum of RGB (Red+Green+Blue) = 173+117+216=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD75D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75D8 is #528A27. Grayscale: #909090. Windows color (decimal): -5409320 or 14185901. OLE color: 14185901.

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

Color convert

RGB 173 117 216 -
CMYK 0.20 0.46 0 0.15
HSL 273.94º 0.56% 0.65% -
HSV(B) 273.94º 0.46% 0.85% -
XYZ 35.99 26.56 68.2 -
YUV 145.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 173 117 216 0.20 0.46 0 0.15 273.94 0.56 0.65
Hex AD 75 D8 14 2E 0 F 112 38 41
Octal 255 165 330 24 56 0 17 422 70 101
Binary 10101101 1110101 11011000 10100 101110 0 1111 100010010 111000 1000001

Color Harmonies of #AD75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75D8

Black with #AD75D8

Text Example


Text Example

White with #AD75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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