Html Css Color HEX #AB3A68 Rouge

📋 copy color: '#AB3A68'

red 171 ◦ green 58 ◦ blue 104

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

Shades of Rouge #AB3A68

Tints of Rouge #AB3A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.42%

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

R = 51.35%
G = 17.42%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3A68 (or 0xAB3A68) is known color: Rouge. HEX triplet: AB, 3A and 68. RGB value is (171,58,104). Sum of RGB (Red+Green+Blue) = 171+58+104=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A68 is #54C597. Grayscale: #606060. Windows color (decimal): -5555608 or 6830763. OLE color: 6830763.

HSL color Cylindrical-coordinate representation of color #AB3A68: hue angle of 335.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A68 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 104 -
CMYK 0 0.66 0.39 0.33
HSL 335.58º 0.49% 0.45% -
HSV(B) 335.58º 0.66% 0.67% -
XYZ 20.81 12.68 14.45 -
YUV 97.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 171 58 104 0 0.66 0.39 0.33 335.58 0.49 0.45
Hex AB 3A 68 0 42 27 21 150 31 2D
Octal 253 72 150 0 102 47 41 520 61 55
Binary 10101011 111010 1101000 0 1000010 100111 100001 101010000 110001 101101

Color Harmonies of #AB3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3A68

Black with #AB3A68

Text Example


Text Example

White with #AB3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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