Html Css Color HEX #AB416C Rouge

📋 copy color: '#AB416C'

red 171 ◦ green 65 ◦ blue 108

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

Shades of Rouge #AB416C

Tints of Rouge #AB416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 49.71%
G = 18.9%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB416C (or 0xAB416C) is known color: Rouge. HEX triplet: AB, 41 and 6C. RGB value is (171,65,108). Sum of RGB (Red+Green+Blue) = 171+65+108=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB416C is #54BE93. Grayscale: #656565. Windows color (decimal): -5553812 or 7094699. OLE color: 7094699.

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

Color convert

RGB 171 65 108 -
CMYK 0 0.62 0.37 0.33
HSL 335.66º 0.45% 0.46% -
HSV(B) 335.66º 0.62% 0.67% -
XYZ 21.39 13.52 15.67 -
YUV 101.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 171 65 108 0 0.62 0.37 0.33 335.66 0.45 0.46
Hex AB 41 6C 0 3E 25 21 150 2D 2E
Octal 253 101 154 0 76 45 41 520 55 56
Binary 10101011 1000001 1101100 0 111110 100101 100001 101010000 101101 101110

Color Harmonies of #AB416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB416C

Black with #AB416C

Text Example


Text Example

White with #AB416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB416C; }

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

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

background-color css

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

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

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

border-color css

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

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

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