Html Css Color HEX #AB426D Rouge

📋 copy color: '#AB426D'

red 171 ◦ green 66 ◦ blue 109

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

Shades of Rouge #AB426D

Tints of Rouge #AB426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 49.42%
G = 19.08%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB426D (or 0xAB426D) is known color: Rouge. HEX triplet: AB, 42 and 6D. RGB value is (171,66,109). Sum of RGB (Red+Green+Blue) = 171+66+109=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426D is #54BD92. Grayscale: #666666. Windows color (decimal): -5553555 or 7160491. OLE color: 7160491.

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

Color convert

RGB 171 66 109 -
CMYK 0 0.61 0.36 0.33
HSL 335.43º 0.44% 0.46% -
HSV(B) 335.43º 0.61% 0.67% -
XYZ 21.5 13.66 15.97 -
YUV 102.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 171 66 109 0 0.61 0.36 0.33 335.43 0.44 0.46
Hex AB 42 6D 0 3D 24 21 14F 2C 2E
Octal 253 102 155 0 75 44 41 517 54 56
Binary 10101011 1000010 1101101 0 111101 100100 100001 101001111 101100 101110

Color Harmonies of #AB426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB426D

Black with #AB426D

Text Example


Text Example

White with #AB426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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