Html Css Color HEX #AB416E Rouge

📋 copy color: '#AB416E'

red 171 ◦ green 65 ◦ blue 110

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

Shades of Rouge #AB416E

Tints of Rouge #AB416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

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

R = 49.42%
G = 18.79%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB416E (or 0xAB416E) is known color: Rouge. HEX triplet: AB, 41 and 6E. RGB value is (171,65,110). Sum of RGB (Red+Green+Blue) = 171+65+110=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB416E is #54BE91. Grayscale: #656565. Windows color (decimal): -5553810 or 7225771. OLE color: 7225771.

HSL color Cylindrical-coordinate representation of color #AB416E: hue angle of 334.53º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB416E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 110 -
CMYK 0 0.62 0.36 0.33
HSL 334.53º 0.45% 0.46% -
HSV(B) 334.53º 0.62% 0.67% -
XYZ 21.5 13.56 16.24 -
YUV 101.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 171 65 110 0 0.62 0.36 0.33 334.53 0.45 0.46
Hex AB 41 6E 0 3E 24 21 14F 2D 2E
Octal 253 101 156 0 76 44 41 517 55 56
Binary 10101011 1000001 1101110 0 111110 100100 100001 101001111 101101 101110

Color Harmonies of #AB416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB416E

Black with #AB416E

Text Example


Text Example

White with #AB416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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