Html Css Color HEX #AB3463 Rouge

📋 copy color: '#AB3463'

red 171 ◦ green 52 ◦ blue 99

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

Shades of Rouge #AB3463

Tints of Rouge #AB3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 53.11%
G = 16.15%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3463 (or 0xAB3463) is known color: Rouge. HEX triplet: AB, 34 and 63. RGB value is (171,52,99). Sum of RGB (Red+Green+Blue) = 171+52+99=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3463 is #54CB9C. Grayscale: #5C5C5C. Windows color (decimal): -5557149 or 6501547. OLE color: 6501547.

HSL color Cylindrical-coordinate representation of color #AB3463: hue angle of 336.3º degrees, saturation: 0.53, 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 #AB3463 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 99 -
CMYK 0 0.70 0.42 0.33
HSL 336.3º 0.53% 0.44% -
HSV(B) 336.3º 0.7% 0.67% -
XYZ 20.27 12.01 13.05 -
YUV 92.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 171 52 99 0 0.70 0.42 0.33 336.3 0.53 0.44
Hex AB 34 63 0 46 2A 21 150 35 2C
Octal 253 64 143 0 106 52 41 520 65 54
Binary 10101011 110100 1100011 0 1000110 101010 100001 101010000 110101 101100

Color Harmonies of #AB3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3463

Black with #AB3463

Text Example


Text Example

White with #AB3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3463; }

 p { color: rgb(171,52,99); }

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

background-color css

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

 a { background-color: rgb(171,52,99); }

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

border-color css

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

 span { border-color: rgb(171,52,99); }

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