Html Css Color HEX #AB426F Rouge

📋 copy color: '#AB426F'

red 171 ◦ green 66 ◦ blue 111

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

Shades of Rouge #AB426F

Tints of Rouge #AB426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 49.14%
G = 18.97%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB426F (or 0xAB426F) is known color: Rouge. HEX triplet: AB, 42 and 6F. RGB value is (171,66,111). Sum of RGB (Red+Green+Blue) = 171+66+111=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426F is #54BD90. Grayscale: #666666. Windows color (decimal): -5553553 or 7291563. OLE color: 7291563.

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

Color convert

RGB 171 66 111 -
CMYK 0 0.61 0.35 0.33
HSL 334.29º 0.44% 0.46% -
HSV(B) 334.29º 0.61% 0.67% -
XYZ 21.61 13.7 16.54 -
YUV 102.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 171 66 111 0 0.61 0.35 0.33 334.29 0.44 0.46
Hex AB 42 6F 0 3D 23 21 14E 2C 2E
Octal 253 102 157 0 75 43 41 516 54 56
Binary 10101011 1000010 1101111 0 111101 100011 100001 101001110 101100 101110

Color Harmonies of #AB426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB426F

Black with #AB426F

Text Example


Text Example

White with #AB426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB426F; }

 p { color: rgb(171,66,111); }

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

background-color css

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

 a { background-color: rgb(171,66,111); }

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

border-color css

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

 span { border-color: rgb(171,66,111); }

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