Html Css Color HEX #AB2665 Rouge

📋 copy color: '#AB2665'

red 171 ◦ green 38 ◦ blue 101

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

Shades of Rouge #AB2665

Tints of Rouge #AB2665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 55.16%
G = 12.26%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB2665 (or 0xAB2665) is known color: Rouge. HEX triplet: AB, 26 and 65. RGB value is (171,38,101). Sum of RGB (Red+Green+Blue) = 171+38+101=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2665 is #54D99A. Grayscale: #545454. Windows color (decimal): -5560731 or 6629035. OLE color: 6629035.

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

Color convert

RGB 171 38 101 -
CMYK 0 0.78 0.41 0.33
HSL 331.58º 0.64% 0.41% -
HSV(B) 331.58º 0.78% 0.67% -
XYZ 19.84 10.98 13.39 -
YUV 84.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 171 38 101 0 0.78 0.41 0.33 331.58 0.64 0.41
Hex AB 26 65 0 4E 29 21 14C 40 29
Octal 253 46 145 0 116 51 41 514 100 51
Binary 10101011 100110 1100101 0 1001110 101001 100001 101001100 1000000 101001

Color Harmonies of #AB2665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2665

Black with #AB2665

Text Example


Text Example

White with #AB2665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2665; }

 p { color: rgb(171,38,101); }

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

background-color css

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

 a { background-color: rgb(171,38,101); }

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

border-color css

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

 span { border-color: rgb(171,38,101); }

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