Html Css Color HEX #AF295B Rouge

📋 copy color: '#AF295B'

red 175 ◦ green 41 ◦ blue 91

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

Shades of Rouge #AF295B

Tints of Rouge #AF295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

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

R = 57%
G = 13.36%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF295B (or 0xAF295B) is known color: Rouge. HEX triplet: AF, 29 and 5B. RGB value is (175,41,91). Sum of RGB (Red+Green+Blue) = 175+41+91=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF295B is #50D6A4. Grayscale: #565656. Windows color (decimal): -5297829 or 5974447. OLE color: 5974447.

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

Color convert

RGB 175 41 91 -
CMYK 0 0.77 0.48 0.31
HSL 337.61º 0.62% 0.42% -
HSV(B) 337.61º 0.77% 0.69% -
XYZ 20.36 11.46 11.04 -
YUV 86.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 175 41 91 0 0.77 0.48 0.31 337.61 0.62 0.42
Hex AF 29 5B 0 4D 30 1F 152 3E 2A
Octal 257 51 133 0 115 60 37 522 76 52
Binary 10101111 101001 1011011 0 1001101 110000 11111 101010010 111110 101010

Color Harmonies of #AF295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF295B

Black with #AF295B

Text Example


Text Example

White with #AF295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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