Html Css Color HEX #AD3170 Rouge

📋 copy color: '#AD3170'

red 173 ◦ green 49 ◦ blue 112

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

Shades of Rouge #AD3170

Tints of Rouge #AD3170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 51.8%
G = 14.67%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3170 (or 0xAD3170) is known color: Rouge. HEX triplet: AD, 31 and 70. RGB value is (173,49,112). Sum of RGB (Red+Green+Blue) = 173+49+112=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3170 is #52CE8F. Grayscale: #5D5D5D. Windows color (decimal): -5426832 or 7352749. OLE color: 7352749.

HSL color Cylindrical-coordinate representation of color #AD3170: hue angle of 329.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3170 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 112 -
CMYK 0 0.72 0.35 0.32
HSL 329.52º 0.56% 0.44% -
HSV(B) 329.52º 0.72% 0.68% -
XYZ 21.26 12.25 16.57 -
YUV 93.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 173 49 112 0 0.72 0.35 0.32 329.52 0.56 0.44
Hex AD 31 70 0 48 23 20 14A 38 2C
Octal 255 61 160 0 110 43 40 512 70 54
Binary 10101101 110001 1110000 0 1001000 100011 100000 101001010 111000 101100

Color Harmonies of #AD3170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3170

Black with #AD3170

Text Example


Text Example

White with #AD3170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3170; }

 p { color: rgb(173,49,112); }

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

background-color css

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

 a { background-color: rgb(173,49,112); }

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

border-color css

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

 span { border-color: rgb(173,49,112); }

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