Html Css Color HEX #AB2869 Rouge

📋 copy color: '#AB2869'

red 171 ◦ green 40 ◦ blue 105

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

Shades of Rouge #AB2869

Tints of Rouge #AB2869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 54.11%
G = 12.66%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB2869 (or 0xAB2869) is known color: Rouge. HEX triplet: AB, 28 and 69. RGB value is (171,40,105). Sum of RGB (Red+Green+Blue) = 171+40+105=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2869 is #54D796. Grayscale: #565656. Windows color (decimal): -5560215 or 6891691. OLE color: 6891691.

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

Color convert

RGB 171 40 105 -
CMYK 0 0.77 0.39 0.33
HSL 330.23º 0.62% 0.41% -
HSV(B) 330.23º 0.77% 0.67% -
XYZ 20.1 11.2 14.47 -
YUV 86.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 171 40 105 0 0.77 0.39 0.33 330.23 0.62 0.41
Hex AB 28 69 0 4D 27 21 14A 3E 29
Octal 253 50 151 0 115 47 41 512 76 51
Binary 10101011 101000 1101001 0 1001101 100111 100001 101001010 111110 101001

Color Harmonies of #AB2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2869

Black with #AB2869

Text Example


Text Example

White with #AB2869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2869; }

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

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

background-color css

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

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

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

border-color css

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

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

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