Html Css Color HEX #A53470 Rouge

📋 copy color: '#A53470'

red 165 ◦ green 52 ◦ blue 112

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

Shades of Rouge #A53470

Tints of Rouge #A53470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 50.15%
G = 15.81%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A53470 (or 0xA53470) is known color: Rouge. HEX triplet: A5, 34 and 70. RGB value is (165,52,112). Sum of RGB (Red+Green+Blue) = 165+52+112=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A53470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53470 is #5ACB8F. Grayscale: #5C5C5C. Windows color (decimal): -5950352 or 7353509. OLE color: 7353509.

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

Color convert

RGB 165 52 112 -
CMYK 0 0.68 0.32 0.35
HSL 328.14º 0.52% 0.43% -
HSV(B) 328.14º 0.68% 0.65% -
XYZ 19.67 11.63 16.54 -
YUV 92.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 165 52 112 0 0.68 0.32 0.35 328.14 0.52 0.43
Hex A5 34 70 0 44 20 23 148 34 2B
Octal 245 64 160 0 104 40 43 510 64 53
Binary 10100101 110100 1110000 0 1000100 100000 100011 101001000 110100 101011

Color Harmonies of #A53470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53470

Black with #A53470

Text Example


Text Example

White with #A53470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53470; }

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

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

background-color css

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

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

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

border-color css

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

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

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