Html Css Color HEX #AB3F6F Rouge

📋 copy color: '#AB3F6F'

red 171 ◦ green 63 ◦ blue 111

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

Shades of Rouge #AB3F6F

Tints of Rouge #AB3F6F

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 49.57%
G = 18.26%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB3F6F (or 0xAB3F6F) is known color: Rouge. HEX triplet: AB, 3F and 6F. RGB value is (171,63,111). Sum of RGB (Red+Green+Blue) = 171+63+111=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F6F is #54C090. Grayscale: #646464. Windows color (decimal): -5554321 or 7290795. OLE color: 7290795.

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

Color convert

RGB 171 63 111 -
CMYK 0 0.63 0.35 0.33
HSL 333.33º 0.46% 0.46% -
HSV(B) 333.33º 0.63% 0.67% -
XYZ 21.44 13.36 16.49 -
YUV 100.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 171 63 111 0 0.63 0.35 0.33 333.33 0.46 0.46
Hex AB 3F 6F 0 3F 23 21 14D 2E 2E
Octal 253 77 157 0 77 43 41 515 56 56
Binary 10101011 111111 1101111 0 111111 100011 100001 101001101 101110 101110

Color Harmonies of #AB3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F6F

Black with #AB3F6F

Text Example


Text Example

White with #AB3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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