Html Css Color HEX #AB4566 Rouge

📋 copy color: '#AB4566'

red 171 ◦ green 69 ◦ blue 102

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

Shades of Rouge #AB4566

Tints of Rouge #AB4566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 50%
G = 20.18%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4566 (or 0xAB4566) is known color: Rouge. HEX triplet: AB, 45 and 66. RGB value is (171,69,102). Sum of RGB (Red+Green+Blue) = 171+69+102=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4566 is #54BA99. Grayscale: #676767. Windows color (decimal): -5552794 or 6702507. OLE color: 6702507.

HSL color Cylindrical-coordinate representation of color #AB4566: hue angle of 340.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4566 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 102 -
CMYK 0 0.60 0.40 0.33
HSL 340.59º 0.43% 0.47% -
HSV(B) 340.59º 0.6% 0.67% -
XYZ 21.32 13.87 14.12 -
YUV 103.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 171 69 102 0 0.60 0.40 0.33 340.59 0.43 0.47
Hex AB 45 66 0 3C 28 21 155 2A 2F
Octal 253 105 146 0 74 50 41 525 52 57
Binary 10101011 1000101 1100110 0 111100 101000 100001 101010101 101010 101111

Color Harmonies of #AB4566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4566

Black with #AB4566

Text Example


Text Example

White with #AB4566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4566; }

 p { color: rgb(171,69,102); }

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

background-color css

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

 a { background-color: rgb(171,69,102); }

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

border-color css

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

 span { border-color: rgb(171,69,102); }

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