Html Css Color HEX #AB426B Rouge

📋 copy color: '#AB426B'

red 171 ◦ green 66 ◦ blue 107

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

Shades of Rouge #AB426B

Tints of Rouge #AB426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 49.71%
G = 19.19%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB426B (or 0xAB426B) is known color: Rouge. HEX triplet: AB, 42 and 6B. RGB value is (171,66,107). Sum of RGB (Red+Green+Blue) = 171+66+107=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426B is #54BD94. Grayscale: #666666. Windows color (decimal): -5553557 or 7029419. OLE color: 7029419.

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

Color convert

RGB 171 66 107 -
CMYK 0 0.61 0.37 0.33
HSL 336.57º 0.44% 0.46% -
HSV(B) 336.57º 0.61% 0.67% -
XYZ 21.4 13.62 15.41 -
YUV 102.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 171 66 107 0 0.61 0.37 0.33 336.57 0.44 0.46
Hex AB 42 6B 0 3D 25 21 151 2C 2E
Octal 253 102 153 0 75 45 41 521 54 56
Binary 10101011 1000010 1101011 0 111101 100101 100001 101010001 101100 101110

Color Harmonies of #AB426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB426B

Black with #AB426B

Text Example


Text Example

White with #AB426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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