Html Css Color HEX #AB3362 Rouge

📋 copy color: '#AB3362'

red 171 ◦ green 51 ◦ blue 98

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

Shades of Rouge #AB3362

Tints of Rouge #AB3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 53.44%
G = 15.94%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB3362 (or 0xAB3362) is known color: Rouge. HEX triplet: AB, 33 and 62. RGB value is (171,51,98). Sum of RGB (Red+Green+Blue) = 171+51+98=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3362 is #54CC9D. Grayscale: #5C5C5C. Windows color (decimal): -5557406 or 6435755. OLE color: 6435755.

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

Color convert

RGB 171 51 98 -
CMYK 0 0.70 0.43 0.33
HSL 336.5º 0.54% 0.44% -
HSV(B) 336.5º 0.7% 0.67% -
XYZ 20.18 11.91 12.79 -
YUV 92.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 171 51 98 0 0.70 0.43 0.33 336.5 0.54 0.44
Hex AB 33 62 0 46 2B 21 150 36 2C
Octal 253 63 142 0 106 53 41 520 66 54
Binary 10101011 110011 1100010 0 1000110 101011 100001 101010000 110110 101100

Color Harmonies of #AB3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3362

Black with #AB3362

Text Example


Text Example

White with #AB3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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