Html Css Color HEX #AB3664 Rouge

📋 copy color: '#AB3664'

red 171 ◦ green 54 ◦ blue 100

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

Shades of Rouge #AB3664

Tints of Rouge #AB3664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 52.62%
G = 16.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB3664 (or 0xAB3664) is known color: Rouge. HEX triplet: AB, 36 and 64. RGB value is (171,54,100). Sum of RGB (Red+Green+Blue) = 171+54+100=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3664 is #54C99B. Grayscale: #5E5E5E. Windows color (decimal): -5556636 or 6567595. OLE color: 6567595.

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

Color convert

RGB 171 54 100 -
CMYK 0 0.68 0.42 0.33
HSL 336.41º 0.52% 0.44% -
HSV(B) 336.41º 0.68% 0.67% -
XYZ 20.41 12.22 13.34 -
YUV 94.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 171 54 100 0 0.68 0.42 0.33 336.41 0.52 0.44
Hex AB 36 64 0 44 2A 21 150 34 2C
Octal 253 66 144 0 104 52 41 520 64 54
Binary 10101011 110110 1100100 0 1000100 101010 100001 101010000 110100 101100

Color Harmonies of #AB3664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3664

Black with #AB3664

Text Example


Text Example

White with #AB3664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3664; }

 p { color: rgb(171,54,100); }

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

background-color css

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

 a { background-color: rgb(171,54,100); }

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

border-color css

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

 span { border-color: rgb(171,54,100); }

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