Html Css Color HEX #AD3570 Rouge

📋 copy color: '#AD3570'

red 173 ◦ green 53 ◦ blue 112

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

Shades of Rouge #AD3570

Tints of Rouge #AD3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 51.18%
G = 15.68%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3570 (or 0xAD3570) is known color: Rouge. HEX triplet: AD, 35 and 70. RGB value is (173,53,112). Sum of RGB (Red+Green+Blue) = 173+53+112=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3570 is #52CA8F. Grayscale: #5F5F5F. Windows color (decimal): -5425808 or 7353773. OLE color: 7353773.

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

Color convert

RGB 173 53 112 -
CMYK 0 0.69 0.35 0.32
HSL 330.5º 0.53% 0.44% -
HSV(B) 330.5º 0.69% 0.68% -
XYZ 21.43 12.6 16.63 -
YUV 95.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 173 53 112 0 0.69 0.35 0.32 330.5 0.53 0.44
Hex AD 35 70 0 45 23 20 14A 35 2C
Octal 255 65 160 0 105 43 40 512 65 54
Binary 10101101 110101 1110000 0 1000101 100011 100000 101001010 110101 101100

Color Harmonies of #AD3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3570

Black with #AD3570

Text Example


Text Example

White with #AD3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3570; }

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

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

background-color css

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

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

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

border-color css

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

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

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