Html Css Color HEX #AB3C66 Rouge

📋 copy color: '#AB3C66'

red 171 ◦ green 60 ◦ blue 102

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

Shades of Rouge #AB3C66

Tints of Rouge #AB3C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.02%

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

R = 51.35%
G = 18.02%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB3C66 (or 0xAB3C66) is known color: Rouge. HEX triplet: AB, 3C and 66. RGB value is (171,60,102). Sum of RGB (Red+Green+Blue) = 171+60+102=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C66 is #54C399. Grayscale: #616161. Windows color (decimal): -5555098 or 6700203. OLE color: 6700203.

HSL color Cylindrical-coordinate representation of color #AB3C66: hue angle of 337.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C66 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 60 102 -
CMYK 0 0.65 0.40 0.33
HSL 337.3º 0.48% 0.45% -
HSV(B) 337.3º 0.65% 0.67% -
XYZ 20.81 12.85 13.95 -
YUV 97.98 130.27 180.08 -
System Red Green Blue C M Y K H S L
Decimal 171 60 102 0 0.65 0.40 0.33 337.3 0.48 0.45
Hex AB 3C 66 0 41 28 21 151 30 2D
Octal 253 74 146 0 101 50 41 521 60 55
Binary 10101011 111100 1100110 0 1000001 101000 100001 101010001 110000 101101

Color Harmonies of #AB3C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C66

Black with #AB3C66

Text Example


Text Example

White with #AB3C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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