Html Css Color HEX #AF3472 Rouge

📋 copy color: '#AF3472'

red 175 ◦ green 52 ◦ blue 114

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

Shades of Rouge #AF3472

Tints of Rouge #AF3472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 51.32%
G = 15.25%
B = 33.43%

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

#AF3472 (or 0xAF3472) is known color: Rouge. HEX triplet: AF, 34 and 72. RGB value is (175,52,114). Sum of RGB (Red+Green+Blue) = 175+52+114=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3472 is #50CB8D. Grayscale: #5F5F5F. Windows color (decimal): -5294990 or 7484591. OLE color: 7484591.

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

Color convert

RGB 175 52 114 -
CMYK 0 0.70 0.35 0.31
HSL 329.76º 0.54% 0.45% -
HSV(B) 329.76º 0.7% 0.69% -
XYZ 21.94 12.78 17.23 -
YUV 95.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 175 52 114 0 0.70 0.35 0.31 329.76 0.54 0.45
Hex AF 34 72 0 46 23 1F 14A 36 2D
Octal 257 64 162 0 106 43 37 512 66 55
Binary 10101111 110100 1110010 0 1000110 100011 11111 101001010 110110 101101

Color Harmonies of #AF3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3472

Black with #AF3472

Text Example


Text Example

White with #AF3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3472; }

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

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

background-color css

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

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

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

border-color css

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

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

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