Html Css Color HEX #AB2D6A Rouge

📋 copy color: '#AB2D6A'

red 171 ◦ green 45 ◦ blue 106

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

Shades of Rouge #AB2D6A

Tints of Rouge #AB2D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 53.11%
G = 13.98%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB2D6A (or 0xAB2D6A) is known color: Rouge. HEX triplet: AB, 2D and 6A. RGB value is (171,45,106). Sum of RGB (Red+Green+Blue) = 171+45+106=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2D6A is #54D295. Grayscale: #595959. Windows color (decimal): -5558934 or 6958507. OLE color: 6958507.

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

Color convert

RGB 171 45 106 -
CMYK 0 0.74 0.38 0.33
HSL 330.95º 0.58% 0.42% -
HSV(B) 330.95º 0.74% 0.67% -
XYZ 20.33 11.58 14.8 -
YUV 89.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 171 45 106 0 0.74 0.38 0.33 330.95 0.58 0.42
Hex AB 2D 6A 0 4A 26 21 14B 3A 2A
Octal 253 55 152 0 112 46 41 513 72 52
Binary 10101011 101101 1101010 0 1001010 100110 100001 101001011 111010 101010

Color Harmonies of #AB2D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D6A

Black with #AB2D6A

Text Example


Text Example

White with #AB2D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D6A; }

 p { color: rgb(171,45,106); }

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

background-color css

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

 a { background-color: rgb(171,45,106); }

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

border-color css

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

 span { border-color: rgb(171,45,106); }

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