Html Css Color HEX #AF296B Rouge

📋 copy color: '#AF296B'

red 175 ◦ green 41 ◦ blue 107

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

Shades of Rouge #AF296B

Tints of Rouge #AF296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 54.18%
G = 12.69%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF296B (or 0xAF296B) is known color: Rouge. HEX triplet: AF, 29 and 6B. RGB value is (175,41,107). Sum of RGB (Red+Green+Blue) = 175+41+107=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF296B is #50D694. Grayscale: #585858. Windows color (decimal): -5297813 or 7023023. OLE color: 7023023.

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

Color convert

RGB 175 41 107 -
CMYK 0 0.77 0.39 0.31
HSL 330.45º 0.62% 0.42% -
HSV(B) 330.45º 0.77% 0.69% -
XYZ 21.13 11.76 15.07 -
YUV 88.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 175 41 107 0 0.77 0.39 0.31 330.45 0.62 0.42
Hex AF 29 6B 0 4D 27 1F 14A 3E 2A
Octal 257 51 153 0 115 47 37 512 76 52
Binary 10101111 101001 1101011 0 1001101 100111 11111 101001010 111110 101010

Color Harmonies of #AF296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF296B

Black with #AF296B

Text Example


Text Example

White with #AF296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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