Html Css Color HEX #AB406E Rouge

📋 copy color: '#AB406E'

red 171 ◦ green 64 ◦ blue 110

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

Shades of Rouge #AB406E

Tints of Rouge #AB406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 49.57%
G = 18.55%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB406E (or 0xAB406E) is known color: Rouge. HEX triplet: AB, 40 and 6E. RGB value is (171,64,110). Sum of RGB (Red+Green+Blue) = 171+64+110=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB406E is #54BF91. Grayscale: #656565. Windows color (decimal): -5554066 or 7225515. OLE color: 7225515.

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

Color convert

RGB 171 64 110 -
CMYK 0 0.63 0.36 0.33
HSL 334.21º 0.46% 0.46% -
HSV(B) 334.21º 0.63% 0.67% -
XYZ 21.44 13.45 16.22 -
YUV 101.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 171 64 110 0 0.63 0.36 0.33 334.21 0.46 0.46
Hex AB 40 6E 0 3F 24 21 14E 2E 2E
Octal 253 100 156 0 77 44 41 516 56 56
Binary 10101011 1000000 1101110 0 111111 100100 100001 101001110 101110 101110

Color Harmonies of #AB406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB406E

Black with #AB406E

Text Example


Text Example

White with #AB406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB406E; }

 p { color: rgb(171,64,110); }

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

background-color css

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

 a { background-color: rgb(171,64,110); }

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

border-color css

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

 span { border-color: rgb(171,64,110); }

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