Html Css Color HEX #A5416D Rouge

📋 copy color: '#A5416D'

red 165 ◦ green 65 ◦ blue 109

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

Shades of Rouge #A5416D

Tints of Rouge #A5416D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 48.67%
G = 19.17%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5416D (or 0xA5416D) is known color: Rouge. HEX triplet: A5, 41 and 6D. RGB value is (165,65,109). Sum of RGB (Red+Green+Blue) = 165+65+109=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5416D is #5ABE92. Grayscale: #636363. Windows color (decimal): -5947027 or 7160229. OLE color: 7160229.

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

Color convert

RGB 165 65 109 -
CMYK 0 0.61 0.34 0.35
HSL 333.6º 0.43% 0.45% -
HSV(B) 333.6º 0.61% 0.65% -
XYZ 20.17 12.88 15.89 -
YUV 99.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 165 65 109 0 0.61 0.34 0.35 333.6 0.43 0.45
Hex A5 41 6D 0 3D 22 23 14E 2B 2D
Octal 245 101 155 0 75 42 43 516 53 55
Binary 10100101 1000001 1101101 0 111101 100010 100011 101001110 101011 101101

Color Harmonies of #A5416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5416D

Black with #A5416D

Text Example


Text Example

White with #A5416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5416D; }

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

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

background-color css

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

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

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

border-color css

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

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

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