Html Css Color HEX #AB325C Rouge

📋 copy color: '#AB325C'

red 171 ◦ green 50 ◦ blue 92

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

Shades of Rouge #AB325C

Tints of Rouge #AB325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 54.63%
G = 15.97%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB325C (or 0xAB325C) is known color: Rouge. HEX triplet: AB, 32 and 5C. RGB value is (171,50,92). Sum of RGB (Red+Green+Blue) = 171+50+92=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB325C is #54CDA3. Grayscale: #5A5A5A. Windows color (decimal): -5557668 or 6042283. OLE color: 6042283.

HSL color Cylindrical-coordinate representation of color #AB325C: hue angle of 339.17º 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 #AB325C is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 92 -
CMYK 0 0.71 0.46 0.33
HSL 339.17º 0.55% 0.43% -
HSV(B) 339.17º 0.71% 0.67% -
XYZ 19.87 11.71 11.34 -
YUV 90.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 171 50 92 0 0.71 0.46 0.33 339.17 0.55 0.43
Hex AB 32 5C 0 47 2E 21 153 37 2B
Octal 253 62 134 0 107 56 41 523 67 53
Binary 10101011 110010 1011100 0 1000111 101110 100001 101010011 110111 101011

Color Harmonies of #AB325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB325C

Black with #AB325C

Text Example


Text Example

White with #AB325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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