Html Css Color HEX #AB3B73 Rouge

📋 copy color: '#AB3B73'

red 171 ◦ green 59 ◦ blue 115

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

Shades of Rouge #AB3B73

Tints of Rouge #AB3B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 49.57%
G = 17.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB3B73 (or 0xAB3B73) is known color: Rouge. HEX triplet: AB, 3B and 73. RGB value is (171,59,115). Sum of RGB (Red+Green+Blue) = 171+59+115=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B73 is #54C48C. Grayscale: #626262. Windows color (decimal): -5555341 or 7551915. OLE color: 7551915.

HSL color Cylindrical-coordinate representation of color #AB3B73: hue angle of 330º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3B73 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 59 115 -
CMYK 0 0.65 0.33 0.33
HSL 330º 0.49% 0.45% -
HSV(B) 330º 0.65% 0.67% -
XYZ 21.45 13.02 17.6 -
YUV 98.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 171 59 115 0 0.65 0.33 0.33 330 0.49 0.45
Hex AB 3B 73 0 41 21 21 14A 31 2D
Octal 253 73 163 0 101 41 41 512 61 55
Binary 10101011 111011 1110011 0 1000001 100001 100001 101001010 110001 101101

Color Harmonies of #AB3B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B73

Black with #AB3B73

Text Example


Text Example

White with #AB3B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B73; }

 p { color: rgb(171,59,115); }

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

background-color css

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

 a { background-color: rgb(171,59,115); }

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

border-color css

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

 span { border-color: rgb(171,59,115); }

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