Html Css Color HEX #AF325B Rouge

📋 copy color: '#AF325B'

red 175 ◦ green 50 ◦ blue 91

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

Shades of Rouge #AF325B

Tints of Rouge #AF325B

RGB

 RED value IS 175 (68.75% from 255) = 55.38%

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 55.38%
G = 15.82%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF325B (or 0xAF325B) is known color: Rouge. HEX triplet: AF, 32 and 5B. RGB value is (175,50,91). Sum of RGB (Red+Green+Blue) = 175+50+91=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF325B is #50CDA4. Grayscale: #5C5C5C. Windows color (decimal): -5295525 or 5976751. OLE color: 5976751.

HSL color Cylindrical-coordinate representation of color #AF325B: hue angle of 340.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF325B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 91 -
CMYK 0 0.71 0.48 0.31
HSL 340.32º 0.56% 0.44% -
HSV(B) 340.32º 0.71% 0.69% -
XYZ 20.71 12.15 11.15 -
YUV 92.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 175 50 91 0 0.71 0.48 0.31 340.32 0.56 0.44
Hex AF 32 5B 0 47 30 1F 154 38 2C
Octal 257 62 133 0 107 60 37 524 70 54
Binary 10101111 110010 1011011 0 1000111 110000 11111 101010100 111000 101100

Color Harmonies of #AF325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF325B

Black with #AF325B

Text Example


Text Example

White with #AF325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF325B; }

 p { color: rgb(175,50,91); }

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

background-color css

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

 a { background-color: rgb(175,50,91); }

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

border-color css

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

 span { border-color: rgb(175,50,91); }

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