Html Css Color HEX #AB3264 Rouge

📋 copy color: '#AB3264'

red 171 ◦ green 50 ◦ blue 100

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

Shades of Rouge #AB3264

Tints of Rouge #AB3264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 53.27%
G = 15.58%
B = 31.15%

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

#AB3264 (or 0xAB3264) is known color: Rouge. HEX triplet: AB, 32 and 64. RGB value is (171,50,100). Sum of RGB (Red+Green+Blue) = 171+50+100=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3264 is #54CD9B. Grayscale: #5B5B5B. Windows color (decimal): -5557660 or 6566571. OLE color: 6566571.

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

Color convert

RGB 171 50 100 -
CMYK 0 0.71 0.42 0.33
HSL 335.21º 0.55% 0.43% -
HSV(B) 335.21º 0.71% 0.67% -
XYZ 20.24 11.86 13.28 -
YUV 91.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 171 50 100 0 0.71 0.42 0.33 335.21 0.55 0.43
Hex AB 32 64 0 47 2A 21 14F 37 2B
Octal 253 62 144 0 107 52 41 517 67 53
Binary 10101011 110010 1100100 0 1000111 101010 100001 101001111 110111 101011

Color Harmonies of #AB3264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3264

Black with #AB3264

Text Example


Text Example

White with #AB3264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3264; }

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

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

background-color css

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

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

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

border-color css

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

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

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