Html Css Color HEX #AD75CF Amethyst

📋 copy color: '#AD75CF'

red 173 ◦ green 117 ◦ blue 207

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

Shades of Amethyst #AD75CF

Tints of Amethyst #AD75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 34.81%
G = 23.54%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD75CF (or 0xAD75CF) is known color: Amethyst. HEX triplet: AD, 75 and CF. RGB value is (173,117,207). Sum of RGB (Red+Green+Blue) = 173+117+207=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CF is #528A30. Grayscale: #8F8F8F. Windows color (decimal): -5409329 or 13596077. OLE color: 13596077.

HSL color Cylindrical-coordinate representation of color #AD75CF: hue angle of 277.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD75CF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 117 207 -
CMYK 0.16 0.43 0 0.19
HSL 277.33º 0.48% 0.64% -
HSV(B) 277.33º 0.43% 0.81% -
XYZ 34.86 26.11 62.23 -
YUV 144 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 173 117 207 0.16 0.43 0 0.19 277.33 0.48 0.64
Hex AD 75 CF 10 2B 0 13 115 30 40
Octal 255 165 317 20 53 0 23 425 60 100
Binary 10101101 1110101 11001111 10000 101011 0 10011 100010101 110000 1000000

Color Harmonies of #AD75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75CF

Black with #AD75CF

Text Example


Text Example

White with #AD75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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