Html Css Color HEX #AB2F70 Rouge

📋 copy color: '#AB2F70'

red 171 ◦ green 47 ◦ blue 112

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

Shades of Rouge #AB2F70

Tints of Rouge #AB2F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 51.82%
G = 14.24%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB2F70 (or 0xAB2F70) is known color: Rouge. HEX triplet: AB, 2F and 70. RGB value is (171,47,112). Sum of RGB (Red+Green+Blue) = 171+47+112=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F70 is #54D08F. Grayscale: #5B5B5B. Windows color (decimal): -5558416 or 7352235. OLE color: 7352235.

HSL color Cylindrical-coordinate representation of color #AB2F70: hue angle of 328.55º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2F70 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 47 112 -
CMYK 0 0.73 0.35 0.33
HSL 328.55º 0.57% 0.43% -
HSV(B) 328.55º 0.73% 0.67% -
XYZ 20.74 11.86 16.53 -
YUV 91.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 171 47 112 0 0.73 0.35 0.33 328.55 0.57 0.43
Hex AB 2F 70 0 49 23 21 149 39 2B
Octal 253 57 160 0 111 43 41 511 71 53
Binary 10101011 101111 1110000 0 1001001 100011 100001 101001001 111001 101011

Color Harmonies of #AB2F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F70

Black with #AB2F70

Text Example


Text Example

White with #AB2F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F70; }

 p { color: rgb(171,47,112); }

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

background-color css

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

 a { background-color: rgb(171,47,112); }

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

border-color css

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

 span { border-color: rgb(171,47,112); }

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