Html Css Color HEX #A54770 Rouge

📋 copy color: '#A54770'

red 165 ◦ green 71 ◦ blue 112

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

Shades of Rouge #A54770

Tints of Rouge #A54770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 47.41%
G = 20.4%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54770 (or 0xA54770) is known color: Rouge. HEX triplet: A5, 47 and 70. RGB value is (165,71,112). Sum of RGB (Red+Green+Blue) = 165+71+112=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A54770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54770 is #5AB88F. Grayscale: #676767. Windows color (decimal): -5945488 or 7358373. OLE color: 7358373.

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

Color convert

RGB 165 71 112 -
CMYK 0 0.57 0.32 0.35
HSL 333.83º 0.4% 0.46% -
HSV(B) 333.83º 0.57% 0.65% -
XYZ 20.69 13.68 16.88 -
YUV 103.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 165 71 112 0 0.57 0.32 0.35 333.83 0.4 0.46
Hex A5 47 70 0 39 20 23 14E 28 2E
Octal 245 107 160 0 71 40 43 516 50 56
Binary 10100101 1000111 1110000 0 111001 100000 100011 101001110 101000 101110

Color Harmonies of #A54770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54770

Black with #A54770

Text Example


Text Example

White with #A54770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54770; }

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

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

background-color css

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

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

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

border-color css

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

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

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