Html Css Color HEX #AB356B Rouge

📋 copy color: '#AB356B'

red 171 ◦ green 53 ◦ blue 107

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

Shades of Rouge #AB356B

Tints of Rouge #AB356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 51.66%
G = 16.01%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB356B (or 0xAB356B) is known color: Rouge. HEX triplet: AB, 35 and 6B. RGB value is (171,53,107). Sum of RGB (Red+Green+Blue) = 171+53+107=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB356B is #54CA94. Grayscale: #5E5E5E. Windows color (decimal): -5556885 or 7026091. OLE color: 7026091.

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

Color convert

RGB 171 53 107 -
CMYK 0 0.69 0.37 0.33
HSL 332.54º 0.53% 0.44% -
HSV(B) 332.54º 0.69% 0.67% -
XYZ 20.72 12.27 15.19 -
YUV 94.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 171 53 107 0 0.69 0.37 0.33 332.54 0.53 0.44
Hex AB 35 6B 0 45 25 21 14D 35 2C
Octal 253 65 153 0 105 45 41 515 65 54
Binary 10101011 110101 1101011 0 1000101 100101 100001 101001101 110101 101100

Color Harmonies of #AB356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB356B

Black with #AB356B

Text Example


Text Example

White with #AB356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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