Html Css Color HEX #AB3A6A Rouge

📋 copy color: '#AB3A6A'

red 171 ◦ green 58 ◦ blue 106

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

Shades of Rouge #AB3A6A

Tints of Rouge #AB3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.31%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 51.04%
G = 17.31%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB3A6A (or 0xAB3A6A) is known color: Rouge. HEX triplet: AB, 3A and 6A. RGB value is (171,58,106). Sum of RGB (Red+Green+Blue) = 171+58+106=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A6A is #54C595. Grayscale: #616161. Windows color (decimal): -5555606 or 6961835. OLE color: 6961835.

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

Color convert

RGB 171 58 106 -
CMYK 0 0.66 0.38 0.33
HSL 334.51º 0.49% 0.45% -
HSV(B) 334.51º 0.66% 0.67% -
XYZ 20.91 12.72 14.99 -
YUV 97.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 171 58 106 0 0.66 0.38 0.33 334.51 0.49 0.45
Hex AB 3A 6A 0 42 26 21 14F 31 2D
Octal 253 72 152 0 102 46 41 517 61 55
Binary 10101011 111010 1101010 0 1000010 100110 100001 101001111 110001 101101

Color Harmonies of #AB3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A6A

Black with #AB3A6A

Text Example


Text Example

White with #AB3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A6A; }

 p { color: rgb(171,58,106); }

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

background-color css

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

 a { background-color: rgb(171,58,106); }

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

border-color css

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

 span { border-color: rgb(171,58,106); }

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