Html Css Color HEX #AB415F Rouge

📋 copy color: '#AB415F'

red 171 ◦ green 65 ◦ blue 95

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

Shades of Rouge #AB415F

Tints of Rouge #AB415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 51.66%
G = 19.64%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB415F (or 0xAB415F) is known color: Rouge. HEX triplet: AB, 41 and 5F. RGB value is (171,65,95). Sum of RGB (Red+Green+Blue) = 171+65+95=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB415F is #54BEA0. Grayscale: #646464. Windows color (decimal): -5553825 or 6242731. OLE color: 6242731.

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

Color convert

RGB 171 65 95 -
CMYK 0 0.62 0.44 0.33
HSL 343.02º 0.45% 0.46% -
HSV(B) 343.02º 0.62% 0.67% -
XYZ 20.75 13.26 12.29 -
YUV 100.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 171 65 95 0 0.62 0.44 0.33 343.02 0.45 0.46
Hex AB 41 5F 0 3E 2C 21 157 2D 2E
Octal 253 101 137 0 76 54 41 527 55 56
Binary 10101011 1000001 1011111 0 111110 101100 100001 101010111 101101 101110

Color Harmonies of #AB415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB415F

Black with #AB415F

Text Example


Text Example

White with #AB415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB415F; }

 p { color: rgb(171,65,95); }

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

background-color css

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

 a { background-color: rgb(171,65,95); }

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

border-color css

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

 span { border-color: rgb(171,65,95); }

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