Html Css Color HEX #AB3E70 Rouge

📋 copy color: '#AB3E70'

red 171 ◦ green 62 ◦ blue 112

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

Shades of Rouge #AB3E70

Tints of Rouge #AB3E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.97%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 49.57%
G = 17.97%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB3E70 (or 0xAB3E70) is known color: Rouge. HEX triplet: AB, 3E and 70. RGB value is (171,62,112). Sum of RGB (Red+Green+Blue) = 171+62+112=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E70 is #54C18F. Grayscale: #646464. Windows color (decimal): -5554576 or 7356075. OLE color: 7356075.

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

Color convert

RGB 171 62 112 -
CMYK 0 0.64 0.35 0.33
HSL 332.48º 0.47% 0.46% -
HSV(B) 332.48º 0.64% 0.67% -
XYZ 21.44 13.27 16.76 -
YUV 100.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 171 62 112 0 0.64 0.35 0.33 332.48 0.47 0.46
Hex AB 3E 70 0 40 23 21 14C 2F 2E
Octal 253 76 160 0 100 43 41 514 57 56
Binary 10101011 111110 1110000 0 1000000 100011 100001 101001100 101111 101110

Color Harmonies of #AB3E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3E70

Black with #AB3E70

Text Example


Text Example

White with #AB3E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3E70; }

 p { color: rgb(171,62,112); }

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

background-color css

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

 a { background-color: rgb(171,62,112); }

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

border-color css

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

 span { border-color: rgb(171,62,112); }

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