Html Css Color HEX #AB3566 Rouge

📋 copy color: '#AB3566'

red 171 ◦ green 53 ◦ blue 102

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

Shades of Rouge #AB3566

Tints of Rouge #AB3566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 102 (40.23% from 255) = 31.29%

R = 52.45%
G = 16.26%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB3566 (or 0xAB3566) is known color: Rouge. HEX triplet: AB, 35 and 66. RGB value is (171,53,102). Sum of RGB (Red+Green+Blue) = 171+53+102=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3566 is #54CA99. Grayscale: #5D5D5D. Windows color (decimal): -5556890 or 6698411. OLE color: 6698411.

HSL color Cylindrical-coordinate representation of color #AB3566: hue angle of 335.08º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3566 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 102 -
CMYK 0 0.69 0.40 0.33
HSL 335.08º 0.53% 0.44% -
HSV(B) 335.08º 0.69% 0.67% -
XYZ 20.47 12.16 13.84 -
YUV 93.87 132.59 183.02 -
System Red Green Blue C M Y K H S L
Decimal 171 53 102 0 0.69 0.40 0.33 335.08 0.53 0.44
Hex AB 35 66 0 45 28 21 14F 35 2C
Octal 253 65 146 0 105 50 41 517 65 54
Binary 10101011 110101 1100110 0 1000101 101000 100001 101001111 110101 101100

Color Harmonies of #AB3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3566

Black with #AB3566

Text Example


Text Example

White with #AB3566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3566; }

 p { color: rgb(171,53,102); }

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

background-color css

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

 a { background-color: rgb(171,53,102); }

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

border-color css

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

 span { border-color: rgb(171,53,102); }

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