Html Css Color HEX #A53070 Rouge

📋 copy color: '#A53070'

red 165 ◦ green 48 ◦ blue 112

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

Shades of Rouge #A53070

Tints of Rouge #A53070

RGB

 RED value IS 165 (64.84% from 255) = 50.77%

 GREEN value IS 48 (19.14% from 255) = 14.77%

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

R = 50.77%
G = 14.77%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A53070 (or 0xA53070) is known color: Rouge. HEX triplet: A5, 30 and 70. RGB value is (165,48,112). Sum of RGB (Red+Green+Blue) = 165+48+112=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A53070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53070 is #5ACF8F. Grayscale: #5A5A5A. Windows color (decimal): -5951376 or 7352485. OLE color: 7352485.

HSL color Cylindrical-coordinate representation of color #A53070: hue angle of 327.18º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53070 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 112 -
CMYK 0 0.71 0.32 0.35
HSL 327.18º 0.55% 0.42% -
HSV(B) 327.18º 0.71% 0.65% -
XYZ 19.5 11.28 16.48 -
YUV 90.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 165 48 112 0 0.71 0.32 0.35 327.18 0.55 0.42
Hex A5 30 70 0 47 20 23 147 37 2A
Octal 245 60 160 0 107 40 43 507 67 52
Binary 10100101 110000 1110000 0 1000111 100000 100011 101000111 110111 101010

Color Harmonies of #A53070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53070

Black with #A53070

Text Example


Text Example

White with #A53070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53070; }

 p { color: rgb(165,48,112); }

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

background-color css

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

 a { background-color: rgb(165,48,112); }

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

border-color css

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

 span { border-color: rgb(165,48,112); }

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