Html Css Color HEX #AB3263 Rouge

📋 copy color: '#AB3263'

red 171 ◦ green 50 ◦ blue 99

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

Shades of Rouge #AB3263

Tints of Rouge #AB3263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 53.44%
G = 15.63%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3263 (or 0xAB3263) is known color: Rouge. HEX triplet: AB, 32 and 63. RGB value is (171,50,99). Sum of RGB (Red+Green+Blue) = 171+50+99=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3263 is #54CD9C. Grayscale: #5B5B5B. Windows color (decimal): -5557661 or 6501035. OLE color: 6501035.

HSL color Cylindrical-coordinate representation of color #AB3263: hue angle of 335.7º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3263 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 99 -
CMYK 0 0.71 0.42 0.33
HSL 335.7º 0.55% 0.43% -
HSV(B) 335.7º 0.71% 0.67% -
XYZ 20.19 11.84 13.03 -
YUV 91.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 171 50 99 0 0.71 0.42 0.33 335.7 0.55 0.43
Hex AB 32 63 0 47 2A 21 150 37 2B
Octal 253 62 143 0 107 52 41 520 67 53
Binary 10101011 110010 1100011 0 1000111 101010 100001 101010000 110111 101011

Color Harmonies of #AB3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3263

Black with #AB3263

Text Example


Text Example

White with #AB3263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3263; }

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

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

background-color css

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

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

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

border-color css

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

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

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