Html Css Color HEX #AB4366 Rouge

📋 copy color: '#AB4366'

red 171 ◦ green 67 ◦ blue 102

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

Shades of Rouge #AB4366

Tints of Rouge #AB4366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 50.29%
G = 19.71%
B = 30%

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

#AB4366 (or 0xAB4366) is known color: Rouge. HEX triplet: AB, 43 and 66. RGB value is (171,67,102). Sum of RGB (Red+Green+Blue) = 171+67+102=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4366 is #54BC99. Grayscale: #666666. Windows color (decimal): -5553306 or 6701995. OLE color: 6701995.

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

Color convert

RGB 171 67 102 -
CMYK 0 0.61 0.40 0.33
HSL 339.81º 0.44% 0.47% -
HSV(B) 339.81º 0.61% 0.67% -
XYZ 21.2 13.63 14.08 -
YUV 102.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 171 67 102 0 0.61 0.40 0.33 339.81 0.44 0.47
Hex AB 43 66 0 3D 28 21 154 2C 2F
Octal 253 103 146 0 75 50 41 524 54 57
Binary 10101011 1000011 1100110 0 111101 101000 100001 101010100 101100 101111

Color Harmonies of #AB4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4366

Black with #AB4366

Text Example


Text Example

White with #AB4366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4366; }

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

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

background-color css

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

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

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

border-color css

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

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

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