Html Css Color HEX #AB325D Rouge

📋 copy color: '#AB325D'

red 171 ◦ green 50 ◦ blue 93

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

Shades of Rouge #AB325D

Tints of Rouge #AB325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 54.46%
G = 15.92%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB325D (or 0xAB325D) is known color: Rouge. HEX triplet: AB, 32 and 5D. RGB value is (171,50,93). Sum of RGB (Red+Green+Blue) = 171+50+93=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB325D is #54CDA2. Grayscale: #5B5B5B. Windows color (decimal): -5557667 or 6107819. OLE color: 6107819.

HSL color Cylindrical-coordinate representation of color #AB325D: hue angle of 338.68º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB325D is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 93 -
CMYK 0 0.71 0.46 0.33
HSL 338.68º 0.55% 0.43% -
HSV(B) 338.68º 0.71% 0.67% -
XYZ 19.91 11.73 11.57 -
YUV 91.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 171 50 93 0 0.71 0.46 0.33 338.68 0.55 0.43
Hex AB 32 5D 0 47 2E 21 153 37 2B
Octal 253 62 135 0 107 56 41 523 67 53
Binary 10101011 110010 1011101 0 1000111 101110 100001 101010011 110111 101011

Color Harmonies of #AB325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB325D

Black with #AB325D

Text Example


Text Example

White with #AB325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB325D; }

 p { color: rgb(171,50,93); }

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

background-color css

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

 a { background-color: rgb(171,50,93); }

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

border-color css

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

 span { border-color: rgb(171,50,93); }

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