Html Css Color HEX #AB2E6F Rouge

📋 copy color: '#AB2E6F'

red 171 ◦ green 46 ◦ blue 111

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

Shades of Rouge #AB2E6F

Tints of Rouge #AB2E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.02%

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 52.13%
G = 14.02%
B = 33.84%

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

#AB2E6F (or 0xAB2E6F) is known color: Rouge. HEX triplet: AB, 2E and 6F. RGB value is (171,46,111). Sum of RGB (Red+Green+Blue) = 171+46+111=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2E6F is #54D190. Grayscale: #5A5A5A. Windows color (decimal): -5558673 or 7286443. OLE color: 7286443.

HSL color Cylindrical-coordinate representation of color #AB2E6F: hue angle of 328.8º degrees, saturation: 0.58, 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 #AB2E6F is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 46 111 -
CMYK 0 0.73 0.35 0.33
HSL 328.8º 0.58% 0.43% -
HSV(B) 328.8º 0.73% 0.67% -
XYZ 20.64 11.76 16.22 -
YUV 90.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 171 46 111 0 0.73 0.35 0.33 328.8 0.58 0.43
Hex AB 2E 6F 0 49 23 21 149 3A 2B
Octal 253 56 157 0 111 43 41 511 72 53
Binary 10101011 101110 1101111 0 1001001 100011 100001 101001001 111010 101011

Color Harmonies of #AB2E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E6F

Black with #AB2E6F

Text Example


Text Example

White with #AB2E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E6F; }

 p { color: rgb(171,46,111); }

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

background-color css

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

 a { background-color: rgb(171,46,111); }

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

border-color css

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

 span { border-color: rgb(171,46,111); }

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