Html Css Color HEX #AD75DD Amethyst

📋 copy color: '#AD75DD'

red 173 ◦ green 117 ◦ blue 221

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

Shades of Amethyst #AD75DD

Tints of Amethyst #AD75DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 33.86%
G = 22.9%
B = 43.25%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD75DD (or 0xAD75DD) is known color: Amethyst. HEX triplet: AD, 75 and DD. RGB value is (173,117,221). Sum of RGB (Red+Green+Blue) = 173+117+221=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75DD is #528A22. Grayscale: #919191. Windows color (decimal): -5409315 or 14513581. OLE color: 14513581.

HSL color Cylindrical-coordinate representation of color #AD75DD: hue angle of 272.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD75DD is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 117 221 -
CMYK 0.22 0.47 0 0.13
HSL 272.31º 0.6% 0.66% -
HSV(B) 272.31º 0.47% 0.87% -
XYZ 36.65 26.83 71.65 -
YUV 145.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 173 117 221 0.22 0.47 0 0.13 272.31 0.6 0.66
Hex AD 75 DD 16 2F 0 D 110 3C 42
Octal 255 165 335 26 57 0 15 420 74 102
Binary 10101101 1110101 11011101 10110 101111 0 1101 100010000 111100 1000010

Color Harmonies of #AD75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75DD

Black with #AD75DD

Text Example


Text Example

White with #AD75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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