Html Css Color HEX #AB325F Rouge

📋 copy color: '#AB325F'

red 171 ◦ green 50 ◦ blue 95

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

Shades of Rouge #AB325F

Tints of Rouge #AB325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 54.11%
G = 15.82%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB325F (or 0xAB325F) is known color: Rouge. HEX triplet: AB, 32 and 5F. RGB value is (171,50,95). Sum of RGB (Red+Green+Blue) = 171+50+95=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB325F is #54CDA0. Grayscale: #5B5B5B. Windows color (decimal): -5557665 or 6238891. OLE color: 6238891.

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

Color convert

RGB 171 50 95 -
CMYK 0 0.71 0.44 0.33
HSL 337.69º 0.55% 0.43% -
HSV(B) 337.69º 0.71% 0.67% -
XYZ 20 11.77 12.04 -
YUV 91.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 171 50 95 0 0.71 0.44 0.33 337.69 0.55 0.43
Hex AB 32 5F 0 47 2C 21 152 37 2B
Octal 253 62 137 0 107 54 41 522 67 53
Binary 10101011 110010 1011111 0 1000111 101100 100001 101010010 110111 101011

Color Harmonies of #AB325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB325F

Black with #AB325F

Text Example


Text Example

White with #AB325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB325F; }

 p { color: rgb(171,50,95); }

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

background-color css

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

 a { background-color: rgb(171,50,95); }

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

border-color css

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

 span { border-color: rgb(171,50,95); }

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