Html Css Color HEX #A54671 Rouge

📋 copy color: '#A54671'

red 165 ◦ green 70 ◦ blue 113

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

Shades of Rouge #A54671

Tints of Rouge #A54671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.11%

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 47.41%
G = 20.11%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54671 (or 0xA54671) is known color: Rouge. HEX triplet: A5, 46 and 71. RGB value is (165,70,113). Sum of RGB (Red+Green+Blue) = 165+70+113=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A54671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54671 is #5AB98E. Grayscale: #676767. Windows color (decimal): -5945743 or 7423653. OLE color: 7423653.

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

Color convert

RGB 165 70 113 -
CMYK 0 0.58 0.32 0.35
HSL 332.84º 0.4% 0.46% -
HSV(B) 332.84º 0.58% 0.65% -
XYZ 20.69 13.57 17.15 -
YUV 103.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 165 70 113 0 0.58 0.32 0.35 332.84 0.4 0.46
Hex A5 46 71 0 3A 20 23 14D 28 2E
Octal 245 106 161 0 72 40 43 515 50 56
Binary 10100101 1000110 1110001 0 111010 100000 100011 101001101 101000 101110

Color Harmonies of #A54671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54671

Black with #A54671

Text Example


Text Example

White with #A54671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54671; }

 p { color: rgb(165,70,113); }

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

background-color css

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

 a { background-color: rgb(165,70,113); }

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

border-color css

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

 span { border-color: rgb(165,70,113); }

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