Html Css Color HEX #A4296F Rouge

📋 copy color: '#A4296F'

red 164 ◦ green 41 ◦ blue 111

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

Shades of Rouge #A4296F

Tints of Rouge #A4296F

RGB

 RED value IS 164 (64.45% from 255) = 51.9%

 GREEN value IS 41 (16.41% from 255) = 12.97%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 51.9%
G = 12.97%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A4296F (or 0xA4296F) is known color: Rouge. HEX triplet: A4, 29 and 6F. RGB value is (164,41,111). Sum of RGB (Red+Green+Blue) = 164+41+111=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A4296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4296F is #5BD690. Grayscale: #555555. Windows color (decimal): -6018705 or 7285156. OLE color: 7285156.

HSL color Cylindrical-coordinate representation of color #A4296F: hue angle of 325.85º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4296F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 41 111 -
CMYK 0 0.75 0.32 0.36
HSL 325.85º 0.6% 0.4% -
HSV(B) 325.85º 0.75% 0.64% -
XYZ 18.97 10.63 16.09 -
YUV 85.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 164 41 111 0 0.75 0.32 0.36 325.85 0.6 0.4
Hex A4 29 6F 0 4B 20 24 146 3C 28
Octal 244 51 157 0 113 40 44 506 74 50
Binary 10100100 101001 1101111 0 1001011 100000 100100 101000110 111100 101000

Color Harmonies of #A4296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4296F

Black with #A4296F

Text Example


Text Example

White with #A4296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4296F; }

 p { color: rgb(164,41,111); }

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

background-color css

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

 a { background-color: rgb(164,41,111); }

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

border-color css

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

 span { border-color: rgb(164,41,111); }

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