Html Css Color HEX #A5496E Rouge

📋 copy color: '#A5496E'

red 165 ◦ green 73 ◦ blue 110

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

Shades of Rouge #A5496E

Tints of Rouge #A5496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 47.41%
G = 20.98%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5496E (or 0xA5496E) is known color: Rouge. HEX triplet: A5, 49 and 6E. RGB value is (165,73,110). Sum of RGB (Red+Green+Blue) = 165+73+110=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5496E is #5AB691. Grayscale: #686868. Windows color (decimal): -5944978 or 7227813. OLE color: 7227813.

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

Color convert

RGB 165 73 110 -
CMYK 0 0.56 0.33 0.35
HSL 335.87º 0.39% 0.47% -
HSV(B) 335.87º 0.56% 0.65% -
XYZ 20.71 13.89 16.34 -
YUV 104.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 165 73 110 0 0.56 0.33 0.35 335.87 0.39 0.47
Hex A5 49 6E 0 38 21 23 150 27 2F
Octal 245 111 156 0 70 41 43 520 47 57
Binary 10100101 1001001 1101110 0 111000 100001 100011 101010000 100111 101111

Color Harmonies of #A5496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5496E

Black with #A5496E

Text Example


Text Example

White with #A5496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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