Html Css Color HEX #AB3569 Rouge

📋 copy color: '#AB3569'

red 171 ◦ green 53 ◦ blue 105

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

Shades of Rouge #AB3569

Tints of Rouge #AB3569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

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

R = 51.98%
G = 16.11%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB3569 (or 0xAB3569) is known color: Rouge. HEX triplet: AB, 35 and 69. RGB value is (171,53,105). Sum of RGB (Red+Green+Blue) = 171+53+105=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3569 is #54CA96. Grayscale: #5E5E5E. Windows color (decimal): -5556887 or 6895019. OLE color: 6895019.

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

Color convert

RGB 171 53 105 -
CMYK 0 0.69 0.39 0.33
HSL 333.56º 0.53% 0.44% -
HSV(B) 333.56º 0.69% 0.67% -
XYZ 20.62 12.22 14.64 -
YUV 94.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 171 53 105 0 0.69 0.39 0.33 333.56 0.53 0.44
Hex AB 35 69 0 45 27 21 14E 35 2C
Octal 253 65 151 0 105 47 41 516 65 54
Binary 10101011 110101 1101001 0 1000101 100111 100001 101001110 110101 101100

Color Harmonies of #AB3569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3569

Black with #AB3569

Text Example


Text Example

White with #AB3569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3569; }

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

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

background-color css

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

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

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

border-color css

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

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

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