Html Css Color HEX #AF2861 Rouge

📋 copy color: '#AF2861'

red 175 ◦ green 40 ◦ blue 97

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

Shades of Rouge #AF2861

Tints of Rouge #AF2861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 56.09%
G = 12.82%
B = 31.09%

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

#AF2861 (or 0xAF2861) is known color: Rouge. HEX triplet: AF, 28 and 61. RGB value is (175,40,97). Sum of RGB (Red+Green+Blue) = 175+40+97=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2861 is #50D79E. Grayscale: #565656. Windows color (decimal): -5298079 or 6367407. OLE color: 6367407.

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

Color convert

RGB 175 40 97 -
CMYK 0 0.77 0.45 0.31
HSL 334.67º 0.63% 0.42% -
HSV(B) 334.67º 0.77% 0.69% -
XYZ 20.6 11.49 12.44 -
YUV 86.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 175 40 97 0 0.77 0.45 0.31 334.67 0.63 0.42
Hex AF 28 61 0 4D 2D 1F 14F 3F 2A
Octal 257 50 141 0 115 55 37 517 77 52
Binary 10101111 101000 1100001 0 1001101 101101 11111 101001111 111111 101010

Color Harmonies of #AF2861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2861

Black with #AF2861

Text Example


Text Example

White with #AF2861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2861; }

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

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

background-color css

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

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

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

border-color css

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

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

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