Html Css Color HEX #AB426C Rouge

📋 copy color: '#AB426C'

red 171 ◦ green 66 ◦ blue 108

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

Shades of Rouge #AB426C

Tints of Rouge #AB426C

RGB

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

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

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

R = 49.57%
G = 19.13%
B = 31.3%

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

#AB426C (or 0xAB426C) is known color: Rouge. HEX triplet: AB, 42 and 6C. RGB value is (171,66,108). Sum of RGB (Red+Green+Blue) = 171+66+108=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426C is #54BD93. Grayscale: #666666. Windows color (decimal): -5553556 or 7094955. OLE color: 7094955.

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

Color convert

RGB 171 66 108 -
CMYK 0 0.61 0.37 0.33
HSL 336º 0.44% 0.46% -
HSV(B) 336º 0.61% 0.67% -
XYZ 21.45 13.64 15.69 -
YUV 102.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 171 66 108 0 0.61 0.37 0.33 336 0.44 0.46
Hex AB 42 6C 0 3D 25 21 150 2C 2E
Octal 253 102 154 0 75 45 41 520 54 56
Binary 10101011 1000010 1101100 0 111101 100101 100001 101010000 101100 101110

Color Harmonies of #AB426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB426C

Black with #AB426C

Text Example


Text Example

White with #AB426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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