Html Css Color HEX #AB4268 Rouge

📋 copy color: '#AB4268'

red 171 ◦ green 66 ◦ blue 104

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

Shades of Rouge #AB4268

Tints of Rouge #AB4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 50.15%
G = 19.35%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4268 (or 0xAB4268) is known color: Rouge. HEX triplet: AB, 42 and 68. RGB value is (171,66,104). Sum of RGB (Red+Green+Blue) = 171+66+104=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4268 is #54BD97. Grayscale: #656565. Windows color (decimal): -5553560 or 6832811. OLE color: 6832811.

HSL color Cylindrical-coordinate representation of color #AB4268: hue angle of 338.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4268 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 104 -
CMYK 0 0.61 0.39 0.33
HSL 338.29º 0.44% 0.46% -
HSV(B) 338.29º 0.61% 0.67% -
XYZ 21.24 13.55 14.59 -
YUV 101.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 171 66 104 0 0.61 0.39 0.33 338.29 0.44 0.46
Hex AB 42 68 0 3D 27 21 152 2C 2E
Octal 253 102 150 0 75 47 41 522 54 56
Binary 10101011 1000010 1101000 0 111101 100111 100001 101010010 101100 101110

Color Harmonies of #AB4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4268

Black with #AB4268

Text Example


Text Example

White with #AB4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4268; }

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

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

background-color css

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

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

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

border-color css

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

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

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