Html Css Color HEX #AB335A Rouge

📋 copy color: '#AB335A'

red 171 ◦ green 51 ◦ blue 90

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

Shades of Rouge #AB335A

Tints of Rouge #AB335A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 54.81%
G = 16.35%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB335A (or 0xAB335A) is known color: Rouge. HEX triplet: AB, 33 and 5A. RGB value is (171,51,90). Sum of RGB (Red+Green+Blue) = 171+51+90=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB335A is #54CCA5. Grayscale: #5B5B5B. Windows color (decimal): -5557414 or 5911467. OLE color: 5911467.

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

Color convert

RGB 171 51 90 -
CMYK 0 0.70 0.47 0.33
HSL 340.5º 0.54% 0.44% -
HSV(B) 340.5º 0.7% 0.67% -
XYZ 19.82 11.76 10.9 -
YUV 91.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 171 51 90 0 0.70 0.47 0.33 340.5 0.54 0.44
Hex AB 33 5A 0 46 2F 21 154 36 2C
Octal 253 63 132 0 106 57 41 524 66 54
Binary 10101011 110011 1011010 0 1000110 101111 100001 101010100 110110 101100

Color Harmonies of #AB335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB335A

Black with #AB335A

Text Example


Text Example

White with #AB335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB335A; }

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

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

background-color css

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

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

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

border-color css

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

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

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