Html Css Color HEX #AB415E Rouge

📋 copy color: '#AB415E'

red 171 ◦ green 65 ◦ blue 94

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

Shades of Rouge #AB415E

Tints of Rouge #AB415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 51.82%
G = 19.7%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB415E (or 0xAB415E) is known color: Rouge. HEX triplet: AB, 41 and 5E. RGB value is (171,65,94). Sum of RGB (Red+Green+Blue) = 171+65+94=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB415E is #54BEA1. Grayscale: #636363. Windows color (decimal): -5553826 or 6177195. OLE color: 6177195.

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

Color convert

RGB 171 65 94 -
CMYK 0 0.62 0.45 0.33
HSL 343.58º 0.45% 0.46% -
HSV(B) 343.58º 0.62% 0.67% -
XYZ 20.71 13.25 12.06 -
YUV 100 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 171 65 94 0 0.62 0.45 0.33 343.58 0.45 0.46
Hex AB 41 5E 0 3E 2D 21 158 2D 2E
Octal 253 101 136 0 76 55 41 530 55 56
Binary 10101011 1000001 1011110 0 111110 101101 100001 101011000 101101 101110

Color Harmonies of #AB415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB415E

Black with #AB415E

Text Example


Text Example

White with #AB415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB415E; }

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

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

background-color css

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

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

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

border-color css

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

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

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