Html Css Color HEX #AB356F Rouge

📋 copy color: '#AB356F'

red 171 ◦ green 53 ◦ blue 111

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

Shades of Rouge #AB356F

Tints of Rouge #AB356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

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

R = 51.04%
G = 15.82%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB356F (or 0xAB356F) is known color: Rouge. HEX triplet: AB, 35 and 6F. RGB value is (171,53,111). Sum of RGB (Red+Green+Blue) = 171+53+111=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB356F is #54CA90. Grayscale: #5E5E5E. Windows color (decimal): -5556881 or 7288235. OLE color: 7288235.

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

Color convert

RGB 171 53 111 -
CMYK 0 0.69 0.35 0.33
HSL 330.51º 0.53% 0.44% -
HSV(B) 330.51º 0.69% 0.67% -
XYZ 20.94 12.35 16.32 -
YUV 94.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 171 53 111 0 0.69 0.35 0.33 330.51 0.53 0.44
Hex AB 35 6F 0 45 23 21 14B 35 2C
Octal 253 65 157 0 105 43 41 513 65 54
Binary 10101011 110101 1101111 0 1000101 100011 100001 101001011 110101 101100

Color Harmonies of #AB356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB356F

Black with #AB356F

Text Example


Text Example

White with #AB356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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