Html Css Color HEX #A5316E Rouge

📋 copy color: '#A5316E'

red 165 ◦ green 49 ◦ blue 110

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

Shades of Rouge #A5316E

Tints of Rouge #A5316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 50.93%
G = 15.12%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5316E (or 0xA5316E) is known color: Rouge. HEX triplet: A5, 31 and 6E. RGB value is (165,49,110). Sum of RGB (Red+Green+Blue) = 165+49+110=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5316E is #5ACE91. Grayscale: #5A5A5A. Windows color (decimal): -5951122 or 7221669. OLE color: 7221669.

HSL color Cylindrical-coordinate representation of color #A5316E: hue angle of 328.45º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5316E is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 110 -
CMYK 0 0.70 0.33 0.35
HSL 328.45º 0.54% 0.42% -
HSV(B) 328.45º 0.7% 0.65% -
XYZ 19.43 11.32 15.91 -
YUV 90.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 165 49 110 0 0.70 0.33 0.35 328.45 0.54 0.42
Hex A5 31 6E 0 46 21 23 148 36 2A
Octal 245 61 156 0 106 41 43 510 66 52
Binary 10100101 110001 1101110 0 1000110 100001 100011 101001000 110110 101010

Color Harmonies of #A5316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5316E

Black with #A5316E

Text Example


Text Example

White with #A5316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5316E; }

 p { color: rgb(165,49,110); }

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

background-color css

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

 a { background-color: rgb(165,49,110); }

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

border-color css

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

 span { border-color: rgb(165,49,110); }

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