Html Css Color HEX #AB2F62 Rouge

📋 copy color: '#AB2F62'

red 171 ◦ green 47 ◦ blue 98

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

Shades of Rouge #AB2F62

Tints of Rouge #AB2F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 54.11%
G = 14.87%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB2F62 (or 0xAB2F62) is known color: Rouge. HEX triplet: AB, 2F and 62. RGB value is (171,47,98). Sum of RGB (Red+Green+Blue) = 171+47+98=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F62 is #54D09D. Grayscale: #595959. Windows color (decimal): -5558430 or 6434731. OLE color: 6434731.

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

Color convert

RGB 171 47 98 -
CMYK 0 0.73 0.43 0.33
HSL 335.32º 0.57% 0.43% -
HSV(B) 335.32º 0.73% 0.67% -
XYZ 20.02 11.57 12.73 -
YUV 89.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 171 47 98 0 0.73 0.43 0.33 335.32 0.57 0.43
Hex AB 2F 62 0 49 2B 21 14F 39 2B
Octal 253 57 142 0 111 53 41 517 71 53
Binary 10101011 101111 1100010 0 1001001 101011 100001 101001111 111001 101011

Color Harmonies of #AB2F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F62

Black with #AB2F62

Text Example


Text Example

White with #AB2F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F62; }

 p { color: rgb(171,47,98); }

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

background-color css

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

 a { background-color: rgb(171,47,98); }

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

border-color css

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

 span { border-color: rgb(171,47,98); }

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