Html Css Color HEX #AB415D Rouge

📋 copy color: '#AB415D'

red 171 ◦ green 65 ◦ blue 93

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

Shades of Rouge #AB415D

Tints of Rouge #AB415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 51.98%
G = 19.76%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB415D (or 0xAB415D) is known color: Rouge. HEX triplet: AB, 41 and 5D. RGB value is (171,65,93). Sum of RGB (Red+Green+Blue) = 171+65+93=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB415D is #54BEA2. Grayscale: #636363. Windows color (decimal): -5553827 or 6111659. OLE color: 6111659.

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

Color convert

RGB 171 65 93 -
CMYK 0 0.62 0.46 0.33
HSL 344.15º 0.45% 0.46% -
HSV(B) 344.15º 0.62% 0.67% -
XYZ 20.66 13.23 11.82 -
YUV 99.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 171 65 93 0 0.62 0.46 0.33 344.15 0.45 0.46
Hex AB 41 5D 0 3E 2E 21 158 2D 2E
Octal 253 101 135 0 76 56 41 530 55 56
Binary 10101011 1000001 1011101 0 111110 101110 100001 101011000 101101 101110

Color Harmonies of #AB415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB415D

Black with #AB415D

Text Example


Text Example

White with #AB415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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