Html Css Color HEX #AB2F65 Rouge

📋 copy color: '#AB2F65'

red 171 ◦ green 47 ◦ blue 101

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

Shades of Rouge #AB2F65

Tints of Rouge #AB2F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 53.61%
G = 14.73%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB2F65 (or 0xAB2F65) is known color: Rouge. HEX triplet: AB, 2F and 65. RGB value is (171,47,101). Sum of RGB (Red+Green+Blue) = 171+47+101=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F65 is #54D09A. Grayscale: #5A5A5A. Windows color (decimal): -5558427 or 6631339. OLE color: 6631339.

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

Color convert

RGB 171 47 101 -
CMYK 0 0.73 0.41 0.33
HSL 333.87º 0.57% 0.43% -
HSV(B) 333.87º 0.73% 0.67% -
XYZ 20.16 11.63 13.49 -
YUV 90.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 171 47 101 0 0.73 0.41 0.33 333.87 0.57 0.43
Hex AB 2F 65 0 49 29 21 14E 39 2B
Octal 253 57 145 0 111 51 41 516 71 53
Binary 10101011 101111 1100101 0 1001001 101001 100001 101001110 111001 101011

Color Harmonies of #AB2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F65

Black with #AB2F65

Text Example


Text Example

White with #AB2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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