Html Css Color HEX #AB345E Rouge

📋 copy color: '#AB345E'

red 171 ◦ green 52 ◦ blue 94

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

Shades of Rouge #AB345E

Tints of Rouge #AB345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 53.94%
G = 16.4%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB345E (or 0xAB345E) is known color: Rouge. HEX triplet: AB, 34 and 5E. RGB value is (171,52,94). Sum of RGB (Red+Green+Blue) = 171+52+94=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB345E is #54CBA1. Grayscale: #5C5C5C. Windows color (decimal): -5557154 or 6173867. OLE color: 6173867.

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

Color convert

RGB 171 52 94 -
CMYK 0 0.70 0.45 0.33
HSL 338.82º 0.53% 0.44% -
HSV(B) 338.82º 0.7% 0.67% -
XYZ 20.04 11.92 11.83 -
YUV 92.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 171 52 94 0 0.70 0.45 0.33 338.82 0.53 0.44
Hex AB 34 5E 0 46 2D 21 153 35 2C
Octal 253 64 136 0 106 55 41 523 65 54
Binary 10101011 110100 1011110 0 1000110 101101 100001 101010011 110101 101100

Color Harmonies of #AB345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB345E

Black with #AB345E

Text Example


Text Example

White with #AB345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB345E; }

 p { color: rgb(171,52,94); }

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

background-color css

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

 a { background-color: rgb(171,52,94); }

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

border-color css

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

 span { border-color: rgb(171,52,94); }

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