Html Css Color HEX #A7415C Rouge

📋 copy color: '#A7415C'

red 167 ◦ green 65 ◦ blue 92

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

Shades of Rouge #A7415C

Tints of Rouge #A7415C

RGB

 RED value IS 167 (65.63% from 255) = 51.54%

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 51.54%
G = 20.06%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7415C (or 0xA7415C) is known color: Rouge. HEX triplet: A7, 41 and 5C. RGB value is (167,65,92). Sum of RGB (Red+Green+Blue) = 167+65+92=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7415C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7415C is #58BEA3. Grayscale: #626262. Windows color (decimal): -5815972 or 6046119. OLE color: 6046119.

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

Color convert

RGB 167 65 92 -
CMYK 0 0.61 0.45 0.35
HSL 344.12º 0.44% 0.45% -
HSV(B) 344.12º 0.61% 0.65% -
XYZ 19.76 12.77 11.55 -
YUV 98.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 167 65 92 0 0.61 0.45 0.35 344.12 0.44 0.45
Hex A7 41 5C 0 3D 2D 23 158 2C 2D
Octal 247 101 134 0 75 55 43 530 54 55
Binary 10100111 1000001 1011100 0 111101 101101 100011 101011000 101100 101101

Color Harmonies of #A7415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7415C

Black with #A7415C

Text Example


Text Example

White with #A7415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7415C; }

 p { color: rgb(167,65,92); }

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

background-color css

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

 a { background-color: rgb(167,65,92); }

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

border-color css

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

 span { border-color: rgb(167,65,92); }

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