Html Css Color HEX #AB3F5D Rouge

📋 copy color: '#AB3F5D'

red 171 ◦ green 63 ◦ blue 93

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

Shades of Rouge #AB3F5D

Tints of Rouge #AB3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 52.29%
G = 19.27%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB3F5D (or 0xAB3F5D) is known color: Rouge. HEX triplet: AB, 3F and 5D. RGB value is (171,63,93). Sum of RGB (Red+Green+Blue) = 171+63+93=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F5D is #54C0A2. Grayscale: #626262. Windows color (decimal): -5554339 or 6111147. OLE color: 6111147.

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

Color convert

RGB 171 63 93 -
CMYK 0 0.63 0.46 0.33
HSL 343.33º 0.46% 0.46% -
HSV(B) 343.33º 0.63% 0.67% -
XYZ 20.55 13 11.78 -
YUV 98.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 171 63 93 0 0.63 0.46 0.33 343.33 0.46 0.46
Hex AB 3F 5D 0 3F 2E 21 157 2E 2E
Octal 253 77 135 0 77 56 41 527 56 56
Binary 10101011 111111 1011101 0 111111 101110 100001 101010111 101110 101110

Color Harmonies of #AB3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F5D

Black with #AB3F5D

Text Example


Text Example

White with #AB3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F5D; }

 p { color: rgb(171,63,93); }

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

background-color css

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

 a { background-color: rgb(171,63,93); }

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

border-color css

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

 span { border-color: rgb(171,63,93); }

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