Html Css Color HEX #AB3669 Rouge

📋 copy color: '#AB3669'

red 171 ◦ green 54 ◦ blue 105

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

Shades of Rouge #AB3669

Tints of Rouge #AB3669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 51.82%
G = 16.36%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3669 (or 0xAB3669) is known color: Rouge. HEX triplet: AB, 36 and 69. RGB value is (171,54,105). Sum of RGB (Red+Green+Blue) = 171+54+105=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3669 is #54C996. Grayscale: #5E5E5E. Windows color (decimal): -5556631 or 6895275. OLE color: 6895275.

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

Color convert

RGB 171 54 105 -
CMYK 0 0.68 0.39 0.33
HSL 333.85º 0.52% 0.44% -
HSV(B) 333.85º 0.68% 0.67% -
XYZ 20.66 12.32 14.65 -
YUV 94.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 171 54 105 0 0.68 0.39 0.33 333.85 0.52 0.44
Hex AB 36 69 0 44 27 21 14E 34 2C
Octal 253 66 151 0 104 47 41 516 64 54
Binary 10101011 110110 1101001 0 1000100 100111 100001 101001110 110100 101100

Color Harmonies of #AB3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3669

Black with #AB3669

Text Example


Text Example

White with #AB3669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3669; }

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

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

background-color css

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

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

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

border-color css

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

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

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