Html Css Color HEX #AF295F Rouge

📋 copy color: '#AF295F'

red 175 ◦ green 41 ◦ blue 95

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

Shades of Rouge #AF295F

Tints of Rouge #AF295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 56.27%
G = 13.18%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF295F (or 0xAF295F) is known color: Rouge. HEX triplet: AF, 29 and 5F. RGB value is (175,41,95). Sum of RGB (Red+Green+Blue) = 175+41+95=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF295F is #50D6A0. Grayscale: #575757. Windows color (decimal): -5297825 or 6236591. OLE color: 6236591.

HSL color Cylindrical-coordinate representation of color #AF295F: hue angle of 335.82º 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 #AF295F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 41 95 -
CMYK 0 0.77 0.46 0.31
HSL 335.82º 0.62% 0.42% -
HSV(B) 335.82º 0.77% 0.69% -
XYZ 20.54 11.53 11.97 -
YUV 87.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 175 41 95 0 0.77 0.46 0.31 335.82 0.62 0.42
Hex AF 29 5F 0 4D 2E 1F 150 3E 2A
Octal 257 51 137 0 115 56 37 520 76 52
Binary 10101111 101001 1011111 0 1001101 101110 11111 101010000 111110 101010

Color Harmonies of #AF295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF295F

Black with #AF295F

Text Example


Text Example

White with #AF295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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