Html Css Color HEX #AB3265 Rouge

📋 copy color: '#AB3265'

red 171 ◦ green 50 ◦ blue 101

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

Shades of Rouge #AB3265

Tints of Rouge #AB3265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 53.11%
G = 15.53%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB3265 (or 0xAB3265) is known color: Rouge. HEX triplet: AB, 32 and 65. RGB value is (171,50,101). Sum of RGB (Red+Green+Blue) = 171+50+101=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3265 is #54CD9A. Grayscale: #5B5B5B. Windows color (decimal): -5557659 or 6632107. OLE color: 6632107.

HSL color Cylindrical-coordinate representation of color #AB3265: hue angle of 334.71º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3265 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 101 -
CMYK 0 0.71 0.41 0.33
HSL 334.71º 0.55% 0.43% -
HSV(B) 334.71º 0.71% 0.67% -
XYZ 20.28 11.88 13.54 -
YUV 91.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 171 50 101 0 0.71 0.41 0.33 334.71 0.55 0.43
Hex AB 32 65 0 47 29 21 14F 37 2B
Octal 253 62 145 0 107 51 41 517 67 53
Binary 10101011 110010 1100101 0 1000111 101001 100001 101001111 110111 101011

Color Harmonies of #AB3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3265

Black with #AB3265

Text Example


Text Example

White with #AB3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3265; }

 p { color: rgb(171,50,101); }

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

background-color css

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

 a { background-color: rgb(171,50,101); }

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

border-color css

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

 span { border-color: rgb(171,50,101); }

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