Html Css Color HEX #AB4367 Rouge

📋 copy color: '#AB4367'

red 171 ◦ green 67 ◦ blue 103

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

Shades of Rouge #AB4367

Tints of Rouge #AB4367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 50.15%
G = 19.65%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4367 (or 0xAB4367) is known color: Rouge. HEX triplet: AB, 43 and 67. RGB value is (171,67,103). Sum of RGB (Red+Green+Blue) = 171+67+103=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4367 is #54BC98. Grayscale: #666666. Windows color (decimal): -5553305 or 6767531. OLE color: 6767531.

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

Color convert

RGB 171 67 103 -
CMYK 0 0.61 0.40 0.33
HSL 339.23º 0.44% 0.47% -
HSV(B) 339.23º 0.61% 0.67% -
XYZ 21.25 13.65 14.35 -
YUV 102.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 171 67 103 0 0.61 0.40 0.33 339.23 0.44 0.47
Hex AB 43 67 0 3D 28 21 153 2C 2F
Octal 253 103 147 0 75 50 41 523 54 57
Binary 10101011 1000011 1100111 0 111101 101000 100001 101010011 101100 101111

Color Harmonies of #AB4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4367

Black with #AB4367

Text Example


Text Example

White with #AB4367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4367; }

 p { color: rgb(171,67,103); }

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

background-color css

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

 a { background-color: rgb(171,67,103); }

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

border-color css

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

 span { border-color: rgb(171,67,103); }

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