Html Css Color HEX #A93570 Rouge

📋 copy color: '#A93570'

red 169 ◦ green 53 ◦ blue 112

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

Shades of Rouge #A93570

Tints of Rouge #A93570

RGB

 RED value IS 169 (66.41% from 255) = 50.6%

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

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

R = 50.6%
G = 15.87%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A93570 (or 0xA93570) is known color: Rouge. HEX triplet: A9, 35 and 70. RGB value is (169,53,112). Sum of RGB (Red+Green+Blue) = 169+53+112=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A93570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93570 is #56CA8F. Grayscale: #5E5E5E. Windows color (decimal): -5687952 or 7353769. OLE color: 7353769.

HSL color Cylindrical-coordinate representation of color #A93570: hue angle of 329.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93570 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 112 -
CMYK 0 0.69 0.34 0.34
HSL 329.48º 0.52% 0.44% -
HSV(B) 329.48º 0.69% 0.66% -
XYZ 20.56 12.15 16.59 -
YUV 94.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 169 53 112 0 0.69 0.34 0.34 329.48 0.52 0.44
Hex A9 35 70 0 45 22 22 149 34 2C
Octal 251 65 160 0 105 42 42 511 64 54
Binary 10101001 110101 1110000 0 1000101 100010 100010 101001001 110100 101100

Color Harmonies of #A93570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93570

Black with #A93570

Text Example


Text Example

White with #A93570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93570; }

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

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

background-color css

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

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

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

border-color css

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

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

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