Html Css Color HEX #A5315E Rouge

📋 copy color: '#A5315E'

red 165 ◦ green 49 ◦ blue 94

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

Shades of Rouge #A5315E

Tints of Rouge #A5315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 53.57%
G = 15.91%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5315E (or 0xA5315E) is known color: Rouge. HEX triplet: A5, 31 and 5E. RGB value is (165,49,94). Sum of RGB (Red+Green+Blue) = 165+49+94=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5315E is #5ACEA1. Grayscale: #585858. Windows color (decimal): -5951138 or 6173093. OLE color: 6173093.

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

Color convert

RGB 165 49 94 -
CMYK 0 0.70 0.43 0.35
HSL 336.72º 0.54% 0.42% -
HSV(B) 336.72º 0.7% 0.65% -
XYZ 18.64 11 11.73 -
YUV 88.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 165 49 94 0 0.70 0.43 0.35 336.72 0.54 0.42
Hex A5 31 5E 0 46 2B 23 151 36 2A
Octal 245 61 136 0 106 53 43 521 66 52
Binary 10100101 110001 1011110 0 1000110 101011 100011 101010001 110110 101010

Color Harmonies of #A5315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5315E

Black with #A5315E

Text Example


Text Example

White with #A5315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5315E; }

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

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

background-color css

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

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

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

border-color css

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

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

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