Html Css Color HEX #A54071 Rouge

📋 copy color: '#A54071'

red 165 ◦ green 64 ◦ blue 113

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

Shades of Rouge #A54071

Tints of Rouge #A54071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 48.25%
G = 18.71%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A54071 (or 0xA54071) is known color: Rouge. HEX triplet: A5, 40 and 71. RGB value is (165,64,113). Sum of RGB (Red+Green+Blue) = 165+64+113=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A54071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54071 is #5ABF8E. Grayscale: #636363. Windows color (decimal): -5947279 or 7422117. OLE color: 7422117.

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

Color convert

RGB 165 64 113 -
CMYK 0 0.61 0.32 0.35
HSL 330.89º 0.44% 0.45% -
HSV(B) 330.89º 0.61% 0.65% -
XYZ 20.33 12.86 17.03 -
YUV 99.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 165 64 113 0 0.61 0.32 0.35 330.89 0.44 0.45
Hex A5 40 71 0 3D 20 23 14B 2C 2D
Octal 245 100 161 0 75 40 43 513 54 55
Binary 10100101 1000000 1110001 0 111101 100000 100011 101001011 101100 101101

Color Harmonies of #A54071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54071

Black with #A54071

Text Example


Text Example

White with #A54071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54071; }

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

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

background-color css

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

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

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

border-color css

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

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

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