Html Css Color HEX #AB4066 Rouge

📋 copy color: '#AB4066'

red 171 ◦ green 64 ◦ blue 102

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

Shades of Rouge #AB4066

Tints of Rouge #AB4066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 50.74%
G = 18.99%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB4066 (or 0xAB4066) is known color: Rouge. HEX triplet: AB, 40 and 66. RGB value is (171,64,102). Sum of RGB (Red+Green+Blue) = 171+64+102=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4066 is #54BF99. Grayscale: #646464. Windows color (decimal): -5554074 or 6701227. OLE color: 6701227.

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

Color convert

RGB 171 64 102 -
CMYK 0 0.63 0.40 0.33
HSL 338.69º 0.46% 0.46% -
HSV(B) 338.69º 0.63% 0.67% -
XYZ 21.03 13.28 14.03 -
YUV 100.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 171 64 102 0 0.63 0.40 0.33 338.69 0.46 0.46
Hex AB 40 66 0 3F 28 21 153 2E 2E
Octal 253 100 146 0 77 50 41 523 56 56
Binary 10101011 1000000 1100110 0 111111 101000 100001 101010011 101110 101110

Color Harmonies of #AB4066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4066

Black with #AB4066

Text Example


Text Example

White with #AB4066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4066; }

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

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

background-color css

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

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

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

border-color css

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

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

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