Html Css Color HEX #AF2863 Rouge

📋 copy color: '#AF2863'

red 175 ◦ green 40 ◦ blue 99

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

Shades of Rouge #AF2863

Tints of Rouge #AF2863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 55.73%
G = 12.74%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF2863 (or 0xAF2863) is known color: Rouge. HEX triplet: AF, 28 and 63. RGB value is (175,40,99). Sum of RGB (Red+Green+Blue) = 175+40+99=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2863 is #50D79C. Grayscale: #565656. Windows color (decimal): -5298077 or 6498479. OLE color: 6498479.

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

Color convert

RGB 175 40 99 -
CMYK 0 0.77 0.43 0.31
HSL 333.78º 0.63% 0.42% -
HSV(B) 333.78º 0.77% 0.69% -
XYZ 20.69 11.53 12.94 -
YUV 87.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 175 40 99 0 0.77 0.43 0.31 333.78 0.63 0.42
Hex AF 28 63 0 4D 2B 1F 14E 3F 2A
Octal 257 50 143 0 115 53 37 516 77 52
Binary 10101111 101000 1100011 0 1001101 101011 11111 101001110 111111 101010

Color Harmonies of #AF2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2863

Black with #AF2863

Text Example


Text Example

White with #AF2863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2863; }

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

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

background-color css

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

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

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

border-color css

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

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

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