Html Css Color HEX #A53C74 Rouge

📋 copy color: '#A53C74'

red 165 ◦ green 60 ◦ blue 116

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

Shades of Rouge #A53C74

Tints of Rouge #A53C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 48.39%
G = 17.6%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A53C74 (or 0xA53C74) is known color: Rouge. HEX triplet: A5, 3C and 74. RGB value is (165,60,116). Sum of RGB (Red+Green+Blue) = 165+60+116=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53C74 is #5AC38B. Grayscale: #616161. Windows color (decimal): -5948300 or 7617701. OLE color: 7617701.

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

Color convert

RGB 165 60 116 -
CMYK 0 0.64 0.30 0.35
HSL 328º 0.47% 0.44% -
HSV(B) 328º 0.64% 0.65% -
XYZ 20.29 12.49 17.87 -
YUV 97.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 165 60 116 0 0.64 0.30 0.35 328 0.47 0.44
Hex A5 3C 74 0 40 1E 23 148 2F 2C
Octal 245 74 164 0 100 36 43 510 57 54
Binary 10100101 111100 1110100 0 1000000 11110 100011 101001000 101111 101100

Color Harmonies of #A53C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C74

Black with #A53C74

Text Example


Text Example

White with #A53C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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