Html Css Color HEX #AB3368 Rouge

📋 copy color: '#AB3368'

red 171 ◦ green 51 ◦ blue 104

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

Shades of Rouge #AB3368

Tints of Rouge #AB3368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 52.45%
G = 15.64%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3368 (or 0xAB3368) is known color: Rouge. HEX triplet: AB, 33 and 68. RGB value is (171,51,104). Sum of RGB (Red+Green+Blue) = 171+51+104=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3368 is #54CC97. Grayscale: #5C5C5C. Windows color (decimal): -5557400 or 6828971. OLE color: 6828971.

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

Color convert

RGB 171 51 104 -
CMYK 0 0.70 0.39 0.33
HSL 333.5º 0.54% 0.44% -
HSV(B) 333.5º 0.7% 0.67% -
XYZ 20.48 12.03 14.34 -
YUV 92.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 171 51 104 0 0.70 0.39 0.33 333.5 0.54 0.44
Hex AB 33 68 0 46 27 21 14E 36 2C
Octal 253 63 150 0 106 47 41 516 66 54
Binary 10101011 110011 1101000 0 1000110 100111 100001 101001110 110110 101100

Color Harmonies of #AB3368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3368

Black with #AB3368

Text Example


Text Example

White with #AB3368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3368; }

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

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

background-color css

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

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

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

border-color css

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

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

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