Html Css Color HEX #AD3B71 Rouge

📋 copy color: '#AD3B71'

red 173 ◦ green 59 ◦ blue 113

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

Shades of Rouge #AD3B71

Tints of Rouge #AD3B71

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 50.14%
G = 17.1%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3B71 (or 0xAD3B71) is known color: Rouge. HEX triplet: AD, 3B and 71. RGB value is (173,59,113). Sum of RGB (Red+Green+Blue) = 173+59+113=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3B71 is #52C48E. Grayscale: #636363. Windows color (decimal): -5424271 or 7420845. OLE color: 7420845.

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

Color convert

RGB 173 59 113 -
CMYK 0 0.66 0.35 0.32
HSL 331.58º 0.49% 0.45% -
HSV(B) 331.58º 0.66% 0.68% -
XYZ 21.78 13.2 17.02 -
YUV 99.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 173 59 113 0 0.66 0.35 0.32 331.58 0.49 0.45
Hex AD 3B 71 0 42 23 20 14C 31 2D
Octal 255 73 161 0 102 43 40 514 61 55
Binary 10101101 111011 1110001 0 1000010 100011 100000 101001100 110001 101101

Color Harmonies of #AD3B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B71

Black with #AD3B71

Text Example


Text Example

White with #AD3B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B71; }

 p { color: rgb(173,59,113); }

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

background-color css

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

 a { background-color: rgb(173,59,113); }

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

border-color css

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

 span { border-color: rgb(173,59,113); }

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