Html Css Color HEX #AB335C Rouge

📋 copy color: '#AB335C'

red 171 ◦ green 51 ◦ blue 92

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

Shades of Rouge #AB335C

Tints of Rouge #AB335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 54.46%
G = 16.24%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB335C (or 0xAB335C) is known color: Rouge. HEX triplet: AB, 33 and 5C. RGB value is (171,51,92). Sum of RGB (Red+Green+Blue) = 171+51+92=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB335C is #54CCA3. Grayscale: #5B5B5B. Windows color (decimal): -5557412 or 6042539. OLE color: 6042539.

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

Color convert

RGB 171 51 92 -
CMYK 0 0.70 0.46 0.33
HSL 339.5º 0.54% 0.44% -
HSV(B) 339.5º 0.7% 0.67% -
XYZ 19.91 11.8 11.35 -
YUV 91.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 171 51 92 0 0.70 0.46 0.33 339.5 0.54 0.44
Hex AB 33 5C 0 46 2E 21 154 36 2C
Octal 253 63 134 0 106 56 41 524 66 54
Binary 10101011 110011 1011100 0 1000110 101110 100001 101010100 110110 101100

Color Harmonies of #AB335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB335C

Black with #AB335C

Text Example


Text Example

White with #AB335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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