Html Css Color HEX #AB4568 Rouge

📋 copy color: '#AB4568'

red 171 ◦ green 69 ◦ blue 104

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

Shades of Rouge #AB4568

Tints of Rouge #AB4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

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

R = 49.71%
G = 20.06%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4568 (or 0xAB4568) is known color: Rouge. HEX triplet: AB, 45 and 68. RGB value is (171,69,104). Sum of RGB (Red+Green+Blue) = 171+69+104=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4568 is #54BA97. Grayscale: #676767. Windows color (decimal): -5552792 or 6833579. OLE color: 6833579.

HSL color Cylindrical-coordinate representation of color #AB4568: hue angle of 339.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4568 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 104 -
CMYK 0 0.60 0.39 0.33
HSL 339.41º 0.43% 0.47% -
HSV(B) 339.41º 0.6% 0.67% -
XYZ 21.42 13.91 14.65 -
YUV 103.49 128.29 176.15 -
System Red Green Blue C M Y K H S L
Decimal 171 69 104 0 0.60 0.39 0.33 339.41 0.43 0.47
Hex AB 45 68 0 3C 27 21 153 2A 2F
Octal 253 105 150 0 74 47 41 523 52 57
Binary 10101011 1000101 1101000 0 111100 100111 100001 101010011 101010 101111

Color Harmonies of #AB4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4568

Black with #AB4568

Text Example


Text Example

White with #AB4568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4568; }

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

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

background-color css

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

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

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

border-color css

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

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

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