Html Css Color HEX #AB4068 Rouge

📋 copy color: '#AB4068'

red 171 ◦ green 64 ◦ blue 104

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

Shades of Rouge #AB4068

Tints of Rouge #AB4068

RGB

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

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

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

R = 50.44%
G = 18.88%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB4068 (or 0xAB4068) is known color: Rouge. HEX triplet: AB, 40 and 68. RGB value is (171,64,104). Sum of RGB (Red+Green+Blue) = 171+64+104=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4068 is #54BF97. Grayscale: #646464. Windows color (decimal): -5554072 or 6832299. OLE color: 6832299.

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

Color convert

RGB 171 64 104 -
CMYK 0 0.63 0.39 0.33
HSL 337.57º 0.46% 0.46% -
HSV(B) 337.57º 0.63% 0.67% -
XYZ 21.13 13.32 14.56 -
YUV 100.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 171 64 104 0 0.63 0.39 0.33 337.57 0.46 0.46
Hex AB 40 68 0 3F 27 21 152 2E 2E
Octal 253 100 150 0 77 47 41 522 56 56
Binary 10101011 1000000 1101000 0 111111 100111 100001 101010010 101110 101110

Color Harmonies of #AB4068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4068

Black with #AB4068

Text Example


Text Example

White with #AB4068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4068; }

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

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

background-color css

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

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

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

border-color css

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

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

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