Html Css Color HEX #AB3A6C Rouge

📋 copy color: '#AB3A6C'

red 171 ◦ green 58 ◦ blue 108

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

Shades of Rouge #AB3A6C

Tints of Rouge #AB3A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 50.74%
G = 17.21%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB3A6C (or 0xAB3A6C) is known color: Rouge. HEX triplet: AB, 3A and 6C. RGB value is (171,58,108). Sum of RGB (Red+Green+Blue) = 171+58+108=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A6C is #54C593. Grayscale: #616161. Windows color (decimal): -5555604 or 7092907. OLE color: 7092907.

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

Color convert

RGB 171 58 108 -
CMYK 0 0.66 0.37 0.33
HSL 333.45º 0.49% 0.45% -
HSV(B) 333.45º 0.66% 0.67% -
XYZ 21.01 12.77 15.54 -
YUV 97.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 171 58 108 0 0.66 0.37 0.33 333.45 0.49 0.45
Hex AB 3A 6C 0 42 25 21 14D 31 2D
Octal 253 72 154 0 102 45 41 515 61 55
Binary 10101011 111010 1101100 0 1000010 100101 100001 101001101 110001 101101

Color Harmonies of #AB3A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A6C

Black with #AB3A6C

Text Example


Text Example

White with #AB3A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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