Html Css Color HEX #AD75CC Amethyst

📋 copy color: '#AD75CC'

red 173 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #AD75CC

Tints of Amethyst #AD75CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 35.02%
G = 23.68%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD75CC (or 0xAD75CC) is known color: Amethyst. HEX triplet: AD, 75 and CC. RGB value is (173,117,204). Sum of RGB (Red+Green+Blue) = 173+117+204=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CC is #528A33. Grayscale: #8F8F8F. Windows color (decimal): -5409332 or 13399469. OLE color: 13399469.

HSL color Cylindrical-coordinate representation of color #AD75CC: hue angle of 278.62º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD75CC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 117 204 -
CMYK 0.15 0.43 0 0.2
HSL 278.62º 0.46% 0.63% -
HSV(B) 278.62º 0.43% 0.8% -
XYZ 34.49 25.97 60.32 -
YUV 143.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 173 117 204 0.15 0.43 0 0.2 278.62 0.46 0.63
Hex AD 75 CC F 2B 0 14 117 2E 3F
Octal 255 165 314 17 53 0 24 427 56 77
Binary 10101101 1110101 11001100 1111 101011 0 10100 100010111 101110 111111

Color Harmonies of #AD75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75CC

Black with #AD75CC

Text Example


Text Example

White with #AD75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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