Html Css Color HEX #AB335E Rouge

📋 copy color: '#AB335E'

red 171 ◦ green 51 ◦ blue 94

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

Shades of Rouge #AB335E

Tints of Rouge #AB335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 54.11%
G = 16.14%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB335E (or 0xAB335E) is known color: Rouge. HEX triplet: AB, 33 and 5E. RGB value is (171,51,94). Sum of RGB (Red+Green+Blue) = 171+51+94=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB335E is #54CCA1. Grayscale: #5B5B5B. Windows color (decimal): -5557410 or 6173611. OLE color: 6173611.

HSL color Cylindrical-coordinate representation of color #AB335E: hue angle of 338.5º 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 #AB335E is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 94 -
CMYK 0 0.70 0.45 0.33
HSL 338.5º 0.54% 0.44% -
HSV(B) 338.5º 0.7% 0.67% -
XYZ 20 11.83 11.82 -
YUV 91.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 171 51 94 0 0.70 0.45 0.33 338.5 0.54 0.44
Hex AB 33 5E 0 46 2D 21 152 36 2C
Octal 253 63 136 0 106 55 41 522 66 54
Binary 10101011 110011 1011110 0 1000110 101101 100001 101010010 110110 101100

Color Harmonies of #AB335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB335E

Black with #AB335E

Text Example


Text Example

White with #AB335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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