Html Css Color HEX #A8296D Rouge

📋 copy color: '#A8296D'

red 168 ◦ green 41 ◦ blue 109

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

Shades of Rouge #A8296D

Tints of Rouge #A8296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 52.83%
G = 12.89%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8296D (or 0xA8296D) is known color: Rouge. HEX triplet: A8, 29 and 6D. RGB value is (168,41,109). Sum of RGB (Red+Green+Blue) = 168+41+109=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8296D is #57D692. Grayscale: #565656. Windows color (decimal): -5756563 or 7154088. OLE color: 7154088.

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

Color convert

RGB 168 41 109 -
CMYK 0 0.76 0.35 0.34
HSL 327.87º 0.61% 0.41% -
HSV(B) 327.87º 0.76% 0.66% -
XYZ 19.7 11.01 15.56 -
YUV 86.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 168 41 109 0 0.76 0.35 0.34 327.87 0.61 0.41
Hex A8 29 6D 0 4C 23 22 148 3D 29
Octal 250 51 155 0 114 43 42 510 75 51
Binary 10101000 101001 1101101 0 1001100 100011 100010 101001000 111101 101001

Color Harmonies of #A8296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8296D

Black with #A8296D

Text Example


Text Example

White with #A8296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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