Html Css Color HEX #A8296F Rouge

📋 copy color: '#A8296F'

red 168 ◦ green 41 ◦ blue 111

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

Shades of Rouge #A8296F

Tints of Rouge #A8296F

RGB

 RED value IS 168 (66.02% from 255) = 52.5%

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

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

R = 52.5%
G = 12.81%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A8296F (or 0xA8296F) is known color: Rouge. HEX triplet: A8, 29 and 6F. RGB value is (168,41,111). Sum of RGB (Red+Green+Blue) = 168+41+111=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A8296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8296F is #57D690. Grayscale: #565656. Windows color (decimal): -5756561 or 7285160. OLE color: 7285160.

HSL color Cylindrical-coordinate representation of color #A8296F: hue angle of 326.93º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8296F is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 111 -
CMYK 0 0.76 0.34 0.34
HSL 326.93º 0.61% 0.41% -
HSV(B) 326.93º 0.76% 0.66% -
XYZ 19.81 11.06 16.13 -
YUV 86.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 168 41 111 0 0.76 0.34 0.34 326.93 0.61 0.41
Hex A8 29 6F 0 4C 22 22 147 3D 29
Octal 250 51 157 0 114 42 42 507 75 51
Binary 10101000 101001 1101111 0 1001100 100010 100010 101000111 111101 101001

Color Harmonies of #A8296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8296F

Black with #A8296F

Text Example


Text Example

White with #A8296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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