Html Css Color HEX #AF3271 Rouge

📋 copy color: '#AF3271'

red 175 ◦ green 50 ◦ blue 113

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

Shades of Rouge #AF3271

Tints of Rouge #AF3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 51.78%
G = 14.79%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3271 (or 0xAF3271) is known color: Rouge. HEX triplet: AF, 32 and 71. RGB value is (175,50,113). Sum of RGB (Red+Green+Blue) = 175+50+113=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3271 is #50CD8E. Grayscale: #5E5E5E. Windows color (decimal): -5295503 or 7418543. OLE color: 7418543.

HSL color Cylindrical-coordinate representation of color #AF3271: hue angle of 329.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3271 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 113 -
CMYK 0 0.71 0.35 0.31
HSL 329.76º 0.56% 0.44% -
HSV(B) 329.76º 0.71% 0.69% -
XYZ 21.8 12.59 16.9 -
YUV 94.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 175 50 113 0 0.71 0.35 0.31 329.76 0.56 0.44
Hex AF 32 71 0 47 23 1F 14A 38 2C
Octal 257 62 161 0 107 43 37 512 70 54
Binary 10101111 110010 1110001 0 1000111 100011 11111 101001010 111000 101100

Color Harmonies of #AF3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3271

Black with #AF3271

Text Example


Text Example

White with #AF3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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