Html Css Color HEX #AF396F Rouge

📋 copy color: '#AF396F'

red 175 ◦ green 57 ◦ blue 111

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

Shades of Rouge #AF396F

Tints of Rouge #AF396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

 BLUE value IS 111 (43.75% from 255) = 32.36%

R = 51.02%
G = 16.62%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF396F (or 0xAF396F) is known color: Rouge. HEX triplet: AF, 39 and 6F. RGB value is (175,57,111). Sum of RGB (Red+Green+Blue) = 175+57+111=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF396F is #50C690. Grayscale: #626262. Windows color (decimal): -5293713 or 7289263. OLE color: 7289263.

HSL color Cylindrical-coordinate representation of color #AF396F: hue angle of 332.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF396F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 57 111 -
CMYK 0 0.67 0.37 0.31
HSL 332.54º 0.51% 0.45% -
HSV(B) 332.54º 0.67% 0.69% -
XYZ 22.01 13.19 16.42 -
YUV 98.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 175 57 111 0 0.67 0.37 0.31 332.54 0.51 0.45
Hex AF 39 6F 0 43 25 1F 14D 33 2D
Octal 257 71 157 0 103 45 37 515 63 55
Binary 10101111 111001 1101111 0 1000011 100101 11111 101001101 110011 101101

Color Harmonies of #AF396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF396F

Black with #AF396F

Text Example


Text Example

White with #AF396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF396F; }

 p { color: rgb(175,57,111); }

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

background-color css

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

 a { background-color: rgb(175,57,111); }

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

border-color css

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

 span { border-color: rgb(175,57,111); }

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