Html Css Color HEX #AF3471 Rouge

📋 copy color: '#AF3471'

red 175 ◦ green 52 ◦ blue 113

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

Shades of Rouge #AF3471

Tints of Rouge #AF3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 51.47%
G = 15.29%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3471 (or 0xAF3471) is known color: Rouge. HEX triplet: AF, 34 and 71. RGB value is (175,52,113). Sum of RGB (Red+Green+Blue) = 175+52+113=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3471 is #50CB8E. Grayscale: #5F5F5F. Windows color (decimal): -5294991 or 7419055. OLE color: 7419055.

HSL color Cylindrical-coordinate representation of color #AF3471: hue angle of 330.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3471 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 52 113 -
CMYK 0 0.70 0.35 0.31
HSL 330.24º 0.54% 0.45% -
HSV(B) 330.24º 0.7% 0.69% -
XYZ 21.89 12.76 16.93 -
YUV 95.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 175 52 113 0 0.70 0.35 0.31 330.24 0.54 0.45
Hex AF 34 71 0 46 23 1F 14A 36 2D
Octal 257 64 161 0 106 43 37 512 66 55
Binary 10101111 110100 1110001 0 1000110 100011 11111 101001010 110110 101101

Color Harmonies of #AF3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3471

Black with #AF3471

Text Example


Text Example

White with #AF3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3471; }

 p { color: rgb(175,52,113); }

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

background-color css

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

 a { background-color: rgb(175,52,113); }

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

border-color css

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

 span { border-color: rgb(175,52,113); }

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