Html Css Color HEX #A54870 Rouge

📋 copy color: '#A54870'

red 165 ◦ green 72 ◦ blue 112

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

Shades of Rouge #A54870

Tints of Rouge #A54870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

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

R = 47.28%
G = 20.63%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54870 (or 0xA54870) is known color: Rouge. HEX triplet: A5, 48 and 70. RGB value is (165,72,112). Sum of RGB (Red+Green+Blue) = 165+72+112=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A54870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54870 is #5AB78F. Grayscale: #686868. Windows color (decimal): -5945232 or 7358629. OLE color: 7358629.

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

Color convert

RGB 165 72 112 -
CMYK 0 0.56 0.32 0.35
HSL 334.19º 0.39% 0.46% -
HSV(B) 334.19º 0.56% 0.65% -
XYZ 20.76 13.8 16.9 -
YUV 104.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 165 72 112 0 0.56 0.32 0.35 334.19 0.39 0.46
Hex A5 48 70 0 38 20 23 14E 27 2E
Octal 245 110 160 0 70 40 43 516 47 56
Binary 10100101 1001000 1110000 0 111000 100000 100011 101001110 100111 101110

Color Harmonies of #A54870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54870

Black with #A54870

Text Example


Text Example

White with #A54870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54870; }

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

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

background-color css

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

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

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

border-color css

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

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

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