Html Css Color HEX #A4296B Rouge

📋 copy color: '#A4296B'

red 164 ◦ green 41 ◦ blue 107

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

Shades of Rouge #A4296B

Tints of Rouge #A4296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 52.56%
G = 13.14%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4296B (or 0xA4296B) is known color: Rouge. HEX triplet: A4, 29 and 6B. RGB value is (164,41,107). Sum of RGB (Red+Green+Blue) = 164+41+107=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4296B is #5BD694. Grayscale: #555555. Windows color (decimal): -6018709 or 7023012. OLE color: 7023012.

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

Color convert

RGB 164 41 107 -
CMYK 0 0.75 0.35 0.36
HSL 327.8º 0.6% 0.4% -
HSV(B) 327.8º 0.75% 0.64% -
XYZ 18.76 10.54 14.96 -
YUV 85.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 164 41 107 0 0.75 0.35 0.36 327.8 0.6 0.4
Hex A4 29 6B 0 4B 23 24 148 3C 28
Octal 244 51 153 0 113 43 44 510 74 50
Binary 10100100 101001 1101011 0 1001011 100011 100100 101001000 111100 101000

Color Harmonies of #A4296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4296B

Black with #A4296B

Text Example


Text Example

White with #A4296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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