Html Css Color HEX #AB355F Rouge

📋 copy color: '#AB355F'

red 171 ◦ green 53 ◦ blue 95

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

Shades of Rouge #AB355F

Tints of Rouge #AB355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 53.61%
G = 16.61%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB355F (or 0xAB355F) is known color: Rouge. HEX triplet: AB, 35 and 5F. RGB value is (171,53,95). Sum of RGB (Red+Green+Blue) = 171+53+95=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB355F is #54CAA0. Grayscale: #5D5D5D. Windows color (decimal): -5556897 or 6239659. OLE color: 6239659.

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

Color convert

RGB 171 53 95 -
CMYK 0 0.69 0.44 0.33
HSL 338.64º 0.53% 0.44% -
HSV(B) 338.64º 0.69% 0.67% -
XYZ 20.13 12.03 12.09 -
YUV 93.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 171 53 95 0 0.69 0.44 0.33 338.64 0.53 0.44
Hex AB 35 5F 0 45 2C 21 153 35 2C
Octal 253 65 137 0 105 54 41 523 65 54
Binary 10101011 110101 1011111 0 1000101 101100 100001 101010011 110101 101100

Color Harmonies of #AB355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB355F

Black with #AB355F

Text Example


Text Example

White with #AB355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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