Html Css Color HEX #AB3E6E Rouge

📋 copy color: '#AB3E6E'

red 171 ◦ green 62 ◦ blue 110

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

Shades of Rouge #AB3E6E

Tints of Rouge #AB3E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 49.85%
G = 18.08%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB3E6E (or 0xAB3E6E) is known color: Rouge. HEX triplet: AB, 3E and 6E. RGB value is (171,62,110). Sum of RGB (Red+Green+Blue) = 171+62+110=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E6E is #54C191. Grayscale: #636363. Windows color (decimal): -5554578 or 7225003. OLE color: 7225003.

HSL color Cylindrical-coordinate representation of color #AB3E6E: hue angle of 333.58º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E6E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 62 110 -
CMYK 0 0.64 0.36 0.33
HSL 333.58º 0.47% 0.46% -
HSV(B) 333.58º 0.64% 0.67% -
XYZ 21.33 13.23 16.18 -
YUV 100.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 171 62 110 0 0.64 0.36 0.33 333.58 0.47 0.46
Hex AB 3E 6E 0 40 24 21 14E 2F 2E
Octal 253 76 156 0 100 44 41 516 57 56
Binary 10101011 111110 1101110 0 1000000 100100 100001 101001110 101111 101110

Color Harmonies of #AB3E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3E6E

Black with #AB3E6E

Text Example


Text Example

White with #AB3E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3E6E; }

 p { color: rgb(171,62,110); }

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

background-color css

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

 a { background-color: rgb(171,62,110); }

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

border-color css

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

 span { border-color: rgb(171,62,110); }

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