Html Css Color HEX #AB2F64 Rouge

📋 copy color: '#AB2F64'

red 171 ◦ green 47 ◦ blue 100

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

Shades of Rouge #AB2F64

Tints of Rouge #AB2F64

RGB

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

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

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

R = 53.77%
G = 14.78%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB2F64 (or 0xAB2F64) is known color: Rouge. HEX triplet: AB, 2F and 64. RGB value is (171,47,100). Sum of RGB (Red+Green+Blue) = 171+47+100=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F64 is #54D09B. Grayscale: #5A5A5A. Windows color (decimal): -5558428 or 6565803. OLE color: 6565803.

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

Color convert

RGB 171 47 100 -
CMYK 0 0.73 0.42 0.33
HSL 334.35º 0.57% 0.43% -
HSV(B) 334.35º 0.73% 0.67% -
XYZ 20.11 11.61 13.24 -
YUV 90.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 171 47 100 0 0.73 0.42 0.33 334.35 0.57 0.43
Hex AB 2F 64 0 49 2A 21 14E 39 2B
Octal 253 57 144 0 111 52 41 516 71 53
Binary 10101011 101111 1100100 0 1001001 101010 100001 101001110 111001 101011

Color Harmonies of #AB2F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F64

Black with #AB2F64

Text Example


Text Example

White with #AB2F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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