Html Css Color HEX #AB2B6B Rouge

📋 copy color: '#AB2B6B'

red 171 ◦ green 43 ◦ blue 107

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

Shades of Rouge #AB2B6B

Tints of Rouge #AB2B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 53.27%
G = 13.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB2B6B (or 0xAB2B6B) is known color: Rouge. HEX triplet: AB, 2B and 6B. RGB value is (171,43,107). Sum of RGB (Red+Green+Blue) = 171+43+107=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B6B is #54D494. Grayscale: #585858. Windows color (decimal): -5559445 or 7023531. OLE color: 7023531.

HSL color Cylindrical-coordinate representation of color #AB2B6B: hue angle of 330º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B6B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 107 -
CMYK 0 0.75 0.37 0.33
HSL 330º 0.6% 0.42% -
HSV(B) 330º 0.75% 0.67% -
XYZ 20.31 11.45 15.05 -
YUV 88.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 171 43 107 0 0.75 0.37 0.33 330 0.6 0.42
Hex AB 2B 6B 0 4B 25 21 14A 3C 2A
Octal 253 53 153 0 113 45 41 512 74 52
Binary 10101011 101011 1101011 0 1001011 100101 100001 101001010 111100 101010

Color Harmonies of #AB2B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B6B

Black with #AB2B6B

Text Example


Text Example

White with #AB2B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B6B; }

 p { color: rgb(171,43,107); }

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

background-color css

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

 a { background-color: rgb(171,43,107); }

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

border-color css

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

 span { border-color: rgb(171,43,107); }

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