Html Css Color HEX #AB346A Rouge

📋 copy color: '#AB346A'

red 171 ◦ green 52 ◦ blue 106

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

Shades of Rouge #AB346A

Tints of Rouge #AB346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 51.98%
G = 15.81%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB346A (or 0xAB346A) is known color: Rouge. HEX triplet: AB, 34 and 6A. RGB value is (171,52,106). Sum of RGB (Red+Green+Blue) = 171+52+106=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB346A is #54CB95. Grayscale: #5D5D5D. Windows color (decimal): -5557142 or 6960299. OLE color: 6960299.

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

Color convert

RGB 171 52 106 -
CMYK 0 0.70 0.38 0.33
HSL 332.77º 0.53% 0.44% -
HSV(B) 332.77º 0.7% 0.67% -
XYZ 20.62 12.15 14.89 -
YUV 93.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 171 52 106 0 0.70 0.38 0.33 332.77 0.53 0.44
Hex AB 34 6A 0 46 26 21 14D 35 2C
Octal 253 64 152 0 106 46 41 515 65 54
Binary 10101011 110100 1101010 0 1000110 100110 100001 101001101 110101 101100

Color Harmonies of #AB346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB346A

Black with #AB346A

Text Example


Text Example

White with #AB346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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