Html Css Color HEX #AB296E Rouge

📋 copy color: '#AB296E'

red 171 ◦ green 41 ◦ blue 110

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

Shades of Rouge #AB296E

Tints of Rouge #AB296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 53.11%
G = 12.73%
B = 34.16%

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

#AB296E (or 0xAB296E) is known color: Rouge. HEX triplet: AB, 29 and 6E. RGB value is (171,41,110). Sum of RGB (Red+Green+Blue) = 171+41+110=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB296E is #54D691. Grayscale: #575757. Windows color (decimal): -5559954 or 7219627. OLE color: 7219627.

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

Color convert

RGB 171 41 110 -
CMYK 0 0.76 0.36 0.33
HSL 328.15º 0.61% 0.42% -
HSV(B) 328.15º 0.76% 0.67% -
XYZ 20.4 11.37 15.87 -
YUV 87.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 171 41 110 0 0.76 0.36 0.33 328.15 0.61 0.42
Hex AB 29 6E 0 4C 24 21 148 3D 2A
Octal 253 51 156 0 114 44 41 510 75 52
Binary 10101011 101001 1101110 0 1001100 100100 100001 101001000 111101 101010

Color Harmonies of #AB296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB296E

Black with #AB296E

Text Example


Text Example

White with #AB296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB296E; }

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

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

background-color css

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

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

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

border-color css

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

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

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