Html Css Color HEX #AB3A72 Rouge

📋 copy color: '#AB3A72'

red 171 ◦ green 58 ◦ blue 114

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

Shades of Rouge #AB3A72

Tints of Rouge #AB3A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.91%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 49.85%
G = 16.91%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB3A72 (or 0xAB3A72) is known color: Rouge. HEX triplet: AB, 3A and 72. RGB value is (171,58,114). Sum of RGB (Red+Green+Blue) = 171+58+114=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A72 is #54C58D. Grayscale: #626262. Windows color (decimal): -5555598 or 7486123. OLE color: 7486123.

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

Color convert

RGB 171 58 114 -
CMYK 0 0.66 0.33 0.33
HSL 330.27º 0.49% 0.45% -
HSV(B) 330.27º 0.66% 0.67% -
XYZ 21.34 12.9 17.28 -
YUV 98.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 171 58 114 0 0.66 0.33 0.33 330.27 0.49 0.45
Hex AB 3A 72 0 42 21 21 14A 31 2D
Octal 253 72 162 0 102 41 41 512 61 55
Binary 10101011 111010 1110010 0 1000010 100001 100001 101001010 110001 101101

Color Harmonies of #AB3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A72

Black with #AB3A72

Text Example


Text Example

White with #AB3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A72; }

 p { color: rgb(171,58,114); }

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

background-color css

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

 a { background-color: rgb(171,58,114); }

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

border-color css

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

 span { border-color: rgb(171,58,114); }

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