Html Css Color HEX #A8296C Rouge

📋 copy color: '#A8296C'

red 168 ◦ green 41 ◦ blue 108

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

Shades of Rouge #A8296C

Tints of Rouge #A8296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 53%
G = 12.93%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8296C (or 0xA8296C) is known color: Rouge. HEX triplet: A8, 29 and 6C. RGB value is (168,41,108). Sum of RGB (Red+Green+Blue) = 168+41+108=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8296C is #57D693. Grayscale: #565656. Windows color (decimal): -5756564 or 7088552. OLE color: 7088552.

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

Color convert

RGB 168 41 108 -
CMYK 0 0.76 0.36 0.34
HSL 328.35º 0.61% 0.41% -
HSV(B) 328.35º 0.76% 0.66% -
XYZ 19.65 10.99 15.27 -
YUV 86.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 168 41 108 0 0.76 0.36 0.34 328.35 0.61 0.41
Hex A8 29 6C 0 4C 24 22 148 3D 29
Octal 250 51 154 0 114 44 42 510 75 51
Binary 10101000 101001 1101100 0 1001100 100100 100010 101001000 111101 101001

Color Harmonies of #A8296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8296C

Black with #A8296C

Text Example


Text Example

White with #A8296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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