Html Css Color HEX #A54174 Rouge

📋 copy color: '#A54174'

red 165 ◦ green 65 ◦ blue 116

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

Shades of Rouge #A54174

Tints of Rouge #A54174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 47.69%
G = 18.79%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A54174 (or 0xA54174) is known color: Rouge. HEX triplet: A5, 41 and 74. RGB value is (165,65,116). Sum of RGB (Red+Green+Blue) = 165+65+116=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A54174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54174 is #5ABE8B. Grayscale: #646464. Windows color (decimal): -5947020 or 7618981. OLE color: 7618981.

HSL color Cylindrical-coordinate representation of color #A54174: hue angle of 329.4º degrees, saturation: 0.43, 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 #A54174 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 116 -
CMYK 0 0.61 0.30 0.35
HSL 329.4º 0.43% 0.45% -
HSV(B) 329.4º 0.61% 0.65% -
XYZ 20.56 13.04 17.96 -
YUV 100.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 165 65 116 0 0.61 0.30 0.35 329.4 0.43 0.45
Hex A5 41 74 0 3D 1E 23 149 2B 2D
Octal 245 101 164 0 75 36 43 511 53 55
Binary 10100101 1000001 1110100 0 111101 11110 100011 101001001 101011 101101

Color Harmonies of #A54174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54174

Black with #A54174

Text Example


Text Example

White with #A54174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54174; }

 p { color: rgb(165,65,116); }

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

background-color css

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

 a { background-color: rgb(165,65,116); }

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

border-color css

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

 span { border-color: rgb(165,65,116); }

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