Html Css Color HEX #A5416E Rouge

📋 copy color: '#A5416E'

red 165 ◦ green 65 ◦ blue 110

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

Shades of Rouge #A5416E

Tints of Rouge #A5416E

RGB

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

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

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

R = 48.53%
G = 19.12%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5416E (or 0xA5416E) is known color: Rouge. HEX triplet: A5, 41 and 6E. RGB value is (165,65,110). Sum of RGB (Red+Green+Blue) = 165+65+110=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5416E is #5ABE91. Grayscale: #636363. Windows color (decimal): -5947026 or 7225765. OLE color: 7225765.

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

Color convert

RGB 165 65 110 -
CMYK 0 0.61 0.33 0.35
HSL 333º 0.43% 0.45% -
HSV(B) 333º 0.61% 0.65% -
XYZ 20.22 12.91 16.18 -
YUV 100.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 165 65 110 0 0.61 0.33 0.35 333 0.43 0.45
Hex A5 41 6E 0 3D 21 23 14D 2B 2D
Octal 245 101 156 0 75 41 43 515 53 55
Binary 10100101 1000001 1101110 0 111101 100001 100011 101001101 101011 101101

Color Harmonies of #A5416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5416E

Black with #A5416E

Text Example


Text Example

White with #A5416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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