Html Css Color HEX #AB2865 Rouge

📋 copy color: '#AB2865'

red 171 ◦ green 40 ◦ blue 101

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

Shades of Rouge #AB2865

Tints of Rouge #AB2865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 54.81%
G = 12.82%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB2865 (or 0xAB2865) is known color: Rouge. HEX triplet: AB, 28 and 65. RGB value is (171,40,101). Sum of RGB (Red+Green+Blue) = 171+40+101=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2865 is #54D79A. Grayscale: #565656. Windows color (decimal): -5560219 or 6629547. OLE color: 6629547.

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

Color convert

RGB 171 40 101 -
CMYK 0 0.77 0.41 0.33
HSL 332.06º 0.62% 0.41% -
HSV(B) 332.06º 0.77% 0.67% -
XYZ 19.9 11.12 13.41 -
YUV 86.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 171 40 101 0 0.77 0.41 0.33 332.06 0.62 0.41
Hex AB 28 65 0 4D 29 21 14C 3E 29
Octal 253 50 145 0 115 51 41 514 76 51
Binary 10101011 101000 1100101 0 1001101 101001 100001 101001100 111110 101001

Color Harmonies of #AB2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2865

Black with #AB2865

Text Example


Text Example

White with #AB2865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2865; }

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

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

background-color css

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

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

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

border-color css

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

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

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