Html Css Color HEX #AB346E Rouge

📋 copy color: '#AB346E'

red 171 ◦ green 52 ◦ blue 110

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

Shades of Rouge #AB346E

Tints of Rouge #AB346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 51.35%
G = 15.62%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB346E (or 0xAB346E) is known color: Rouge. HEX triplet: AB, 34 and 6E. RGB value is (171,52,110). Sum of RGB (Red+Green+Blue) = 171+52+110=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346E is #54CB91. Grayscale: #5E5E5E. Windows color (decimal): -5557138 or 7222443. OLE color: 7222443.

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

Color convert

RGB 171 52 110 -
CMYK 0 0.70 0.36 0.33
HSL 330.76º 0.53% 0.44% -
HSV(B) 330.76º 0.7% 0.67% -
XYZ 20.84 12.24 16.02 -
YUV 94.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 171 52 110 0 0.70 0.36 0.33 330.76 0.53 0.44
Hex AB 34 6E 0 46 24 21 14B 35 2C
Octal 253 64 156 0 106 44 41 513 65 54
Binary 10101011 110100 1101110 0 1000110 100100 100001 101001011 110101 101100

Color Harmonies of #AB346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB346E

Black with #AB346E

Text Example


Text Example

White with #AB346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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