Html Css Color HEX #AB2668 Rouge

📋 copy color: '#AB2668'

red 171 ◦ green 38 ◦ blue 104

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

Shades of Rouge #AB2668

Tints of Rouge #AB2668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 54.63%
G = 12.14%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB2668 (or 0xAB2668) is known color: Rouge. HEX triplet: AB, 26 and 68. RGB value is (171,38,104). Sum of RGB (Red+Green+Blue) = 171+38+104=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2668 is #54D997. Grayscale: #555555. Windows color (decimal): -5560728 or 6825643. OLE color: 6825643.

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

Color convert

RGB 171 38 104 -
CMYK 0 0.78 0.39 0.33
HSL 330.23º 0.64% 0.41% -
HSV(B) 330.23º 0.78% 0.67% -
XYZ 19.99 11.04 14.17 -
YUV 85.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 171 38 104 0 0.78 0.39 0.33 330.23 0.64 0.41
Hex AB 26 68 0 4E 27 21 14A 40 29
Octal 253 46 150 0 116 47 41 512 100 51
Binary 10101011 100110 1101000 0 1001110 100111 100001 101001010 1000000 101001

Color Harmonies of #AB2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2668

Black with #AB2668

Text Example


Text Example

White with #AB2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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