Html Css Color HEX #AB3365 Rouge

📋 copy color: '#AB3365'

red 171 ◦ green 51 ◦ blue 101

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

Shades of Rouge #AB3365

Tints of Rouge #AB3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 52.94%
G = 15.79%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB3365 (or 0xAB3365) is known color: Rouge. HEX triplet: AB, 33 and 65. RGB value is (171,51,101). Sum of RGB (Red+Green+Blue) = 171+51+101=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3365 is #54CC9A. Grayscale: #5C5C5C. Windows color (decimal): -5557403 or 6632363. OLE color: 6632363.

HSL color Cylindrical-coordinate representation of color #AB3365: hue angle of 335º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3365 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 101 -
CMYK 0 0.70 0.41 0.33
HSL 335º 0.54% 0.44% -
HSV(B) 335º 0.7% 0.67% -
XYZ 20.33 11.97 13.55 -
YUV 92.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 171 51 101 0 0.70 0.41 0.33 335 0.54 0.44
Hex AB 33 65 0 46 29 21 14F 36 2C
Octal 253 63 145 0 106 51 41 517 66 54
Binary 10101011 110011 1100101 0 1000110 101001 100001 101001111 110110 101100

Color Harmonies of #AB3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3365

Black with #AB3365

Text Example


Text Example

White with #AB3365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3365; }

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

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

background-color css

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

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

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

border-color css

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

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

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