Html Css Color HEX #AF296D Rouge

📋 copy color: '#AF296D'

red 175 ◦ green 41 ◦ blue 109

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

Shades of Rouge #AF296D

Tints of Rouge #AF296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 53.85%
G = 12.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF296D (or 0xAF296D) is known color: Rouge. HEX triplet: AF, 29 and 6D. RGB value is (175,41,109). Sum of RGB (Red+Green+Blue) = 175+41+109=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF296D is #50D692. Grayscale: #585858. Windows color (decimal): -5297811 or 7154095. OLE color: 7154095.

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

Color convert

RGB 175 41 109 -
CMYK 0 0.77 0.38 0.31
HSL 329.55º 0.62% 0.42% -
HSV(B) 329.55º 0.77% 0.69% -
XYZ 21.23 11.8 15.63 -
YUV 88.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 175 41 109 0 0.77 0.38 0.31 329.55 0.62 0.42
Hex AF 29 6D 0 4D 26 1F 14A 3E 2A
Octal 257 51 155 0 115 46 37 512 76 52
Binary 10101111 101001 1101101 0 1001101 100110 11111 101001010 111110 101010

Color Harmonies of #AF296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF296D

Black with #AF296D

Text Example


Text Example

White with #AF296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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