Html Css Color HEX #AB3C69 Rouge

📋 copy color: '#AB3C69'

red 171 ◦ green 60 ◦ blue 105

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

Shades of Rouge #AB3C69

Tints of Rouge #AB3C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 50.89%
G = 17.86%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3C69 (or 0xAB3C69) is known color: Rouge. HEX triplet: AB, 3C and 69. RGB value is (171,60,105). Sum of RGB (Red+Green+Blue) = 171+60+105=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C69 is #54C396. Grayscale: #626262. Windows color (decimal): -5555095 or 6896811. OLE color: 6896811.

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

Color convert

RGB 171 60 105 -
CMYK 0 0.65 0.39 0.33
HSL 335.68º 0.48% 0.45% -
HSV(B) 335.68º 0.65% 0.67% -
XYZ 20.96 12.91 14.75 -
YUV 98.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 171 60 105 0 0.65 0.39 0.33 335.68 0.48 0.45
Hex AB 3C 69 0 41 27 21 150 30 2D
Octal 253 74 151 0 101 47 41 520 60 55
Binary 10101011 111100 1101001 0 1000001 100111 100001 101010000 110000 101101

Color Harmonies of #AB3C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C69

Black with #AB3C69

Text Example


Text Example

White with #AB3C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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