Html Css Color HEX #AF2961 Rouge

📋 copy color: '#AF2961'

red 175 ◦ green 41 ◦ blue 97

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

Shades of Rouge #AF2961

Tints of Rouge #AF2961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 55.91%
G = 13.1%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF2961 (or 0xAF2961) is known color: Rouge. HEX triplet: AF, 29 and 61. RGB value is (175,41,97). Sum of RGB (Red+Green+Blue) = 175+41+97=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2961 is #50D69E. Grayscale: #575757. Windows color (decimal): -5297823 or 6367663. OLE color: 6367663.

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

Color convert

RGB 175 41 97 -
CMYK 0 0.77 0.45 0.31
HSL 334.93º 0.62% 0.42% -
HSV(B) 334.93º 0.77% 0.69% -
XYZ 20.63 11.56 12.45 -
YUV 87.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 175 41 97 0 0.77 0.45 0.31 334.93 0.62 0.42
Hex AF 29 61 0 4D 2D 1F 14F 3E 2A
Octal 257 51 141 0 115 55 37 517 76 52
Binary 10101111 101001 1100001 0 1001101 101101 11111 101001111 111110 101010

Color Harmonies of #AF2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2961

Black with #AF2961

Text Example


Text Example

White with #AF2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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