Html Css Color HEX #AF2868 Rouge

📋 copy color: '#AF2868'

red 175 ◦ green 40 ◦ blue 104

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

Shades of Rouge #AF2868

Tints of Rouge #AF2868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 54.86%
G = 12.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF2868 (or 0xAF2868) is known color: Rouge. HEX triplet: AF, 28 and 68. RGB value is (175,40,104). Sum of RGB (Red+Green+Blue) = 175+40+104=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2868 is #50D797. Grayscale: #575757. Windows color (decimal): -5298072 or 6826159. OLE color: 6826159.

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

Color convert

RGB 175 40 104 -
CMYK 0 0.77 0.41 0.31
HSL 331.56º 0.63% 0.42% -
HSV(B) 331.56º 0.77% 0.69% -
XYZ 20.94 11.63 14.24 -
YUV 87.66 137.23 190.3 -
System Red Green Blue C M Y K H S L
Decimal 175 40 104 0 0.77 0.41 0.31 331.56 0.63 0.42
Hex AF 28 68 0 4D 29 1F 14C 3F 2A
Octal 257 50 150 0 115 51 37 514 77 52
Binary 10101111 101000 1101000 0 1001101 101001 11111 101001100 111111 101010

Color Harmonies of #AF2868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2868

Black with #AF2868

Text Example


Text Example

White with #AF2868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2868; }

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

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

background-color css

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

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

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

border-color css

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

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

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