Html Css Color HEX #AB296D Rouge

📋 copy color: '#AB296D'

red 171 ◦ green 41 ◦ blue 109

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

Shades of Rouge #AB296D

Tints of Rouge #AB296D

RGB

 RED value IS 171 (67.19% from 255) = 53.27%

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

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

R = 53.27%
G = 12.77%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB296D (or 0xAB296D) is known color: Rouge. HEX triplet: AB, 29 and 6D. RGB value is (171,41,109). Sum of RGB (Red+Green+Blue) = 171+41+109=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB296D is #54D692. Grayscale: #575757. Windows color (decimal): -5559955 or 7154091. OLE color: 7154091.

HSL color Cylindrical-coordinate representation of color #AB296D: hue angle of 328.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB296D is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 109 -
CMYK 0 0.76 0.36 0.33
HSL 328.62º 0.61% 0.42% -
HSV(B) 328.62º 0.76% 0.67% -
XYZ 20.35 11.35 15.59 -
YUV 87.62 140.07 187.47 -
System Red Green Blue C M Y K H S L
Decimal 171 41 109 0 0.76 0.36 0.33 328.62 0.61 0.42
Hex AB 29 6D 0 4C 24 21 149 3D 2A
Octal 253 51 155 0 114 44 41 511 75 52
Binary 10101011 101001 1101101 0 1001100 100100 100001 101001001 111101 101010

Color Harmonies of #AB296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB296D

Black with #AB296D

Text Example


Text Example

White with #AB296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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